Match
Represents the results from a single regular expression match.
Gets the empty group. All failed matches return this empty match.
Gets a collection of groups matched by the regular expression.
Returns a new Match object with the results for the next match, starting at the position at which the last match ended (at the character after the last matched character).
Returns the expansion of the specified replacement pattern.