Package | Description |
---|---|
org.mdiutil.util.regex |
This package provides additional utility classes that complement the java.util.regex package.
|
Class and Description |
---|
EmptyRegexCollectionException
This exception is thown when trying to match an input against an empty
RegexCollection . |
RegexCollection
Ths class allows to specify a list of regex patterns and match a
CharSequence against all the patterns. it simplifies the usage of several regex
expressions against the same input. |
RegexMatcher
A regex matcher.
|
RegexPattern
A regex pattern.
|