Uses of Package
java.util.regex
| Package | Description |
|---|---|
| java.util | |
| java.util.regex |
-
Classes in java.util.regex used by java.util Class Description MatchResult Holds the results of a successful match of aPatternagainst a given string.Pattern Patterns are compiled regular expressions. -
Classes in java.util.regex used by java.util.regex Class Description Matcher The result of applying aPatternto a given input.MatchResult Holds the results of a successful match of aPatternagainst a given string.Pattern Patterns are compiled regular expressions.PatternSyntaxException Encapsulates a syntax error that occurred during the compilation of aPattern.