The char sequence after last character of match in group i
,
or null
if nothing was matched for that group
The char sequence after last character of match in group i
,
or null
if nothing was matched for that group
Returns char sequence after last character of match,
or null
if nothing was matched
Returns char sequence after last character of match,
or null
if nothing was matched
The char sequence before first character of match in group i
,
or null
if nothing was matched for that group
The char sequence before first character of match in group i
,
or null
if nothing was matched for that group
The char sequence before first character of match,
or null
if nothing was matched
The char sequence before first character of match,
or null
if nothing was matched
The index following the last matched character in group i
The index following the last matched character
The match itself with matcher-dependent lazy vals forced, so that match is valid even once matcher is advanced
Returns string formatted according to given format
string.
Returns string formatted according to given format
string.
Format strings are as for String.format
(@see java.lang.String.format).
Returns the group with given name
Returns the group with given name
The group name
The requested group
if the requested group name is not defined
The matched string in group i
,
or null
if nothing was matched
The matched string in group i
,
or null
if nothing was matched
The number of subgroups
The names of the groups, or some empty sequence if one defined
The matched string, or null
if nothing was matched
The matched string, or null
if nothing was matched
The source from where the match originated
The index of the first matched character in group i
The index of the first matched character
All matched subgroups, i.e.
All matched subgroups, i.e. not including group(0)
The matched string; equivalent to matched.toString
The matched string; equivalent to matched.toString
Provides information about a succesful match.