| Package | Description |
|---|---|
| java.util.regex |
Classes for matching character sequences against patterns specified by regular
expressions.
|
| Class and Description |
|---|
| Matcher
An engine that performs match operations on a
character sequence by interpreting a Pattern. |
| MatchResult
The result of a match operation.
|
| Pattern
A compiled representation of a regular expression.
|
Copyright © 2016 API Design. All Rights Reserved.