Package | Description |
---|---|
org.mdiutil.util.regex |
This package provides additional utility classes that complement the java.util.regex package.
|
Modifier and Type | Field and Description |
---|---|
static RegexMatcher |
RegexMatcher.UNMATCHED
The unmatched matcher.
|
Modifier and Type | Method and Description |
---|---|
RegexMatcher |
RegexCollection.matcher(CharSequence input)
Return the appropriate matcher on a
CharSequence input. |