Uses of Class gnu.java.util.regex.REMatch

Uses in package gnu.java.util.regex

Methods with parameter type gnu.java.util.regex.REMatch

String
RE.getReplacement(String replace, REMatch m, int eflags)
void
Sets the information used for hitEnd().
void
Sets the REMatch last found on this input.

Methods with return type gnu.java.util.regex.REMatch

REMatch[]
Returns an array of all matches found in the input.
REMatch[]
RE.getAllMatches(Object input, int index)
Returns an array of all matches found in the input, beginning at the specified index position.
REMatch[]
RE.getAllMatches(Object input, int index, int eflags)
Returns an array of all matches found in the input string, beginning at the specified index position and using the specified execution flags.
REMatch
Returns the REMatch last found on this input.
REMatch
Returns the first match found in the input.
REMatch
RE.getMatch(Object input, int index)
Returns the first match found in the input, beginning the search at the specified index.
REMatch
RE.getMatch(Object input, int index, int eflags)
Returns the first match found in the input, beginning the search at the specified index, and using the specified execution flags.
REMatch
RE.getMatch(Object input, int index, int eflags, CPStringBuilder buffer)
Returns the first match found in the input, beginning the search at the specified index, and using the specified execution flags.
REMatch
Returns the next match in the input text.