Regex::Match
Constructors
- matches([String] matches,String before,String after)
- noMatch()
Usage
A match operation returns matches if a match is
found. The matches field is an array of sub matches,
where matches[0] is the entire matched
string. before and after are the strings
before and after the matched string.