Interface | Description |
---|---|
TMatchResult |
Holds the results of a successful match of a
TPattern against a
given string. |
Class | Description |
---|---|
TMatcher |
Provides a means of matching regular expressions against a given input,
finding occurrences of regular expressions in a given input, or replacing
parts of a given input.
|
TPattern |
Represents a pattern used for matching, searching, or replacing strings.
|
Exception | Description |
---|---|
TPatternSyntaxException |
Encapsulates a syntax error that occurred during the compilation of a
TPattern . |
Copyright © 2019. All rights reserved.