| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
| Modifier | Constructor and Description |
|---|---|
protected |
Rule(String expression,
String replacement) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
apply(String input)
Apply the rule against the input string, returning the modified string or null if the rule didn't apply (and no
modifications were made)
|
protected final String expression
protected String apply(String input)
input - the input stringCopyright © 2022. All rights reserved.