Package oracle.stellent.ridc.common.util
Interface StringTools.RegexAppendCallback
- Enclosing class:
- StringTools
public static interface StringTools.RegexAppendCallback
Allows a user to append/modify a buffer during a call to evaluateRegexWithCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
appendReplacement
(Matcher matcher, StringBuffer sb) Called during evaluation when a match is made
-
Method Details
-
appendReplacement
Called during evaluation when a match is made- Parameters:
matcher
- the current matcher objectsb
- the current string buffer to append/modify
-