| Interface | Description |
|---|---|
| CaptureReplacer |
Used to replace all captures of capturing
groups recursively with a computed replacement string.
|
| MatchResult |
The result of a match operation.
|
| Class | Description |
|---|---|
| Capture |
The result of a successful capture of a capturing
group.
|
| CaptureTree |
Contains all captures made during the previous match operation of all
capturing groups in a hierarchical data
structure.
|
| CaptureTreeNode |
A node inside a
CaptureTree. |
| DefaultCaptureReplacer |
A reasonable default implementation of
CaptureReplacer. |
| Matcher |
An engine that performs match operations on a
character sequence by interpreting a
Pattern. |
| Pattern |
A compiled representation of a regular expression.
|
| Pattern.CustomNode |
Base class for plugins into the regex engine.
|
| Exception | Description |
|---|---|
| PatternSyntaxException |
Unchecked exception thrown to indicate a syntax error in a regular-expression
pattern.
|
Copyright © 2019. All rights reserved.