|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use REMatch | |
---|---|
gnu.regexp | An old regular expression library. |
Uses of REMatch in gnu.regexp |
---|
Methods in gnu.regexp that return REMatch | |
---|---|
REMatch[] |
RE.getAllMatches(java.lang.Object input)
Returns an array of all matches found in the input. |
REMatch[] |
RE.getAllMatches(java.lang.Object input,
int index)
Returns an array of all matches found in the input, beginning at the specified index position. |
REMatch[] |
RE.getAllMatches(java.lang.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 |
RE.getMatch(java.lang.Object input)
Returns the first match found in the input. |
REMatch |
RE.getMatch(java.lang.Object input,
int index)
Returns the first match found in the input, beginning the search at the specified index. |
REMatch |
RE.getMatch(java.lang.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(java.lang.Object input,
int index,
int eflags,
java.lang.StringBuffer buffer)
Returns the first match found in the input, beginning the search at the specified index, and using the specified execution flags. |
REMatch |
REMatchEnumeration.nextMatch()
Returns the next match in the input text. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |