Uses of Package
java.util.regex
Packages that usejava.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 injava.util.regex used byjava.utilClassDescriptionThe result of a match operation.A compiled representation of a regular expression.
- Classes injava.util.regex used byjava.util.regexClassDescriptionAn engine that performs match operations on acharacter sequence by interpreting a
Pattern
.The result of a match operation.A compiled representation of a regular expression.