public interface I_CmsRegexSubstitution
限定符和类型 | 方法和说明 |
---|---|
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