See: Description
| Class | Description |
|---|---|
| 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.
|
| Exception | Description |
|---|---|
| EmptyRegexCollectionException |
This exception is thown when trying to match an input against an empty
RegexCollection. |