| Package | Description |
|---|---|
| regexodus |
| Modifier and Type | Class and Description |
|---|---|
class |
Matcher
Matcher is an automaton that actually performs matching.
|
| Modifier and Type | Method and Description |
|---|---|
MatchResult |
MatchIterator.nextMatch() |
| Modifier and Type | Method and Description |
|---|---|
void |
Substitution.appendSubstitution(MatchResult match,
TextBuffer dest) |
void |
PerlSubstitution.appendSubstitution(MatchResult match,
TextBuffer dest) |
Matcher |
Pattern.matcher(MatchResult res,
int groupId)
Returns a matcher for a match result (in a performance-friendly way).
|
Matcher |
Pattern.matcher(MatchResult res,
String groupName)
Just as above, yet with symbolic group name.
|
String |
Replacer.replace(MatchResult res,
int group) |
int |
Replacer.replace(MatchResult res,
int group,
StringBuilder sb) |
void |
Replacer.replace(MatchResult res,
int group,
Writer out) |
int |
Replacer.replace(MatchResult res,
String groupName,
StringBuilder sb) |
void |
Replacer.replace(MatchResult res,
String groupName,
Writer out) |
String |
PerlSubstitution.value(MatchResult mr) |
Copyright © 2016. All rights reserved.