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

Uses in package gnu.java.util.regex

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

REMatchEnumeration
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
REMatchEnumeration
RE.getMatchEnumeration(Object input, int index)
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.
REMatchEnumeration
RE.getMatchEnumeration(Object input, int index, int eflags)
Returns an REMatchEnumeration that can be used to iterate over the matches found in the input text.