| Interface | Description |
|---|---|
| MatchResult |
The result of a match operation.
|
| Class | Description |
|---|---|
| GroupInfo |
Contains the position and group index of capture groups
from a named pattern
|
| Matcher |
An engine that performs match operations on a character sequence by
interpreting a
Pattern. |
| Pattern |
A compiled representation of a regular expression.
|
Copyright © 2017. All rights reserved.