Package java.util.regex
-
Interface Summary Interface Description MatchResult Holds the results of a successful match of aPatternagainst a given string. -
Class Summary Class Description Matcher The result of applying aPatternto a given input.Pattern Patterns are compiled regular expressions.Splitter Used to makeString.splitfast (and to helpPattern.splittoo). -
Exception Summary Exception Description PatternSyntaxException Encapsulates a syntax error that occurred during the compilation of aPattern.