- Companion:
- object
Value members
Constructors
Concrete methods
Returns the end of the named group of the most recent match, or -1 if the group was not matched.
Returns the end of the named group of the most recent match, or -1 if the group was not matched.
- Value parameters:
- group
the group name
- Throws:
- java.lang.IllegalStateException
if no group with that name exists
Returns the named group of the most recent match, or null
if the
group was not matched.
Returns the named group of the most recent match, or null
if the
group was not matched.
- Value parameters:
- group
the group name
- Throws:
- java.lang.IllegalStateException
if no group with that name exists
Returns the start of the named group of the most recent match, or -1 if the group was not matched.
Returns the start of the named group of the most recent match, or -1 if the group was not matched.
- Value parameters:
- group
the group name
- Throws:
- java.lang.IllegalStateException
if no group with that name exists