API Overview API Index Direct link to this page
JDK 1.6
  Package: java.util.regex
Author(s)
Mike McCloskey
Mark Reinhold
Since
1.4
Version
1.8, 06/04/11
Serial
Description
  Classes for matching character sequences against patterns specified by regular expressions.
See also:   
Matcher View Source An engine that performs match operations on a character sequence by interpreting a Pattern.
MatchResult View Source The result of a match operation.
Pattern View Source A compiled representation of a regular expression.
PatternSyntaxException View Source Unchecked exception thrown to indicate a syntax error in a regular-expression pattern.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar