Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package java.util.regex

Utility classes such as collections (maps, sets, lists, dictionaries and stacks), calendars, dates, locales, properties, timers, resource bundles and event objects.

See:
          Description

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
PatternSyntaxException Indicates illegal pattern for regular expression.
 

Package java.util.regex Description

Utility classes such as collections (maps, sets, lists, dictionaries and stacks), calendars, dates, locales, properties, timers, resource bundles and event objects.