public interface I_CmsRegexSubstitution
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
substituteMatch(java.lang.String string,
java.util.regex.Matcher matcher)
Should return the substitution for the current match of the matcher.
|
java.lang.String substituteMatch(java.lang.String string, java.util.regex.Matcher matcher)
string - the base string in which the match occurredmatcher - the matcher which is currently being used