The string on which this match was computed.
The index in the string where the match starts.
The index in the string after the last character of the match.
The match of the pattern.
Returns an object representing the match result.
The returned object includes the matched string, the start and end positions of the match, the number of captured groups, and a mapping of each group's matched string.
An object containing the match details.
Returns the string matched by the given group.
If group is 0, returns the match of the pattern.
Returns a string representation of the match.
The string representation will have the form:
match= "
Where:
A string representation of the match.
Returns the number of captured groups in the match.