Frames | No Frames |
Methods with parameter type gnu.java.util.regex.REMatch | |
String | |
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[] | Returns an array of all matches found in the input,
beginning at the specified index position.
|
REMatch[] | 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 | Returns the first match found in the input, beginning
the search at the specified index. |
REMatch | Returns the first match found in the input, beginning
the search at the specified index, and using the specified
execution flags. |
REMatch | 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. |