| Class and Description |
|---|
| Capture
The result of a successful capture of a capturing
group.
|
| CaptureReplacer
Used to replace all captures of capturing
groups recursively with a computed replacement string.
|
| 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. |
| 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.
|
| Pattern.CustomNode
Base class for plugins into the regex engine.
|
Copyright © 2019. All rights reserved.