Interface | Description |
---|---|
Regex |
A regular expression that can be matched against a string.
|
RegexEngine |
A provider of a regular expression matching capability.
|
Exception | Description |
---|---|
RegexSyntaxException |
Thrown when an syntactically incorrect regular expression is detected.
|