public static interface StringTools.RegexAppendCallback
Modifier and Type | Method and Description |
---|---|
void |
appendReplacement(Matcher matcher, StringBuffer sb)
Called during evaluation when a match is made
|
void appendReplacement(Matcher matcher, StringBuffer sb)
matcher
- the current matcher objectsb
- the current string buffer to append/modify