Interface | Description |
---|---|
MatchResult |
This interface represents the result of a regular expression match.
|
Class | Description |
---|---|
Matcher |
Instance of a regular expression applied to a char sequence.
|
Pattern |
Compiled regular expression ready to be applied.
|
Exception | Description |
---|---|
PatternSyntaxException |
Indicates illegal pattern for regular expression.
|