|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use REMatchEnumeration | |
---|---|
gnu.regexp | An old regular expression library. |
Uses of REMatchEnumeration in gnu.regexp |
---|
Methods in gnu.regexp that return REMatchEnumeration | |
---|---|
REMatchEnumeration |
RE.getMatchEnumeration(java.lang.Object input)
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text. |
REMatchEnumeration |
RE.getMatchEnumeration(java.lang.Object input,
int index)
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text. |
REMatchEnumeration |
RE.getMatchEnumeration(java.lang.Object input,
int index,
int eflags)
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |