public class SpecialRule extends ReplaceRule
next
Constructor and Description |
---|
SpecialRule() |
Modifier and Type | Method and Description |
---|---|
void |
apply(StringBufferLike sb,
RegRes rr)
This function appends to the StringBufferLike the text you want
to replaced the portion of the String last matched.
|
public void apply(StringBufferLike sb, RegRes rr)
ReplaceRule
apply
in class ReplaceRule