| Package | Description |
|---|---|
| java.util.regex |
Classes for matching character sequences against patterns specified by regular
expressions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Matcher
An engine that performs match operations on a
character sequence by interpreting a Pattern. |
| Modifier and Type | Method and Description |
|---|---|
MatchResult |
Matcher.toMatchResult()
Returns the match state of this matcher as a
MatchResult. |
Copyright © 2016 API Design. All Rights Reserved.