Uses of Package
java.util.regex
Packages that use java.util.regex
Package
Description
Contains the collections framework, some internationalization support classes,
 a service loader, properties, random number generation, string parsing
 and scanning classes, base64 encoding and decoding, a bit array, and
 several miscellaneous utility classes.
Classes for matching character sequences against patterns specified
 by regular expressions.
- 
Classes in java.util.regex used by java.utilClassDescriptionThe result of a match operation.A compiled representation of a regular expression.
- 
Classes in java.util.regex used by java.util.regexClassDescriptionAn engine that performs match operations on a character sequence by interpreting aPattern.The result of a match operation.A compiled representation of a regular expression.