Regex pattern matcher Match occurs when there's non-empty set of matches for a given pattern
creates a name matcher using std.regex module takes regex pattern and flags as described in std.regex.regex
See Implementation
Regex pattern matcher Match occurs when there's non-empty set of matches for a given pattern