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

Quick Search    Search Deep

java.util.regex: Javadoc index of package java.util.regex.


Package Samples:

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

Classes:

PatternSyntaxException: Indicates illegal pattern for regular expression. Includes state to inspect the pattern and what and where the expression was not valid regular expression.
MatchResult: This interface represents the result of a regular expression match. It can be used to query the contents of the match, but not to modify them.
Matcher: Instance of a regular expression applied to a char sequence.
Pattern: Compiled regular expression ready to be applied.

Home | Contact Us | Privacy Policy | Terms of Service