Package java.util.regex
Regular expression patterns and matchers.
Interface Summary
MatchResult This interface represents the result of a regular expression match.
Class Summary
Matcher Instance of a regular expression applied to a char sequence.
Pattern Compiled regular expression ready to be applied.
Exception Summary
Regular expression patterns and matchers.