public class WantMoreTextReplaceRule extends SpecialRule
next| Constructor and Description |
|---|
WantMoreTextReplaceRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(StringBufferLike sb,
RegRes res)
This function appends to the StringBufferLike the text you want
to replaced the portion of the String last matched.
|
String |
toString1()
This tells how to convert just the current element (and none
of the other items in the linked list) to a String.
|
public void apply(StringBufferLike sb, RegRes res)
ReplaceRuleapply in class SpecialRulepublic String toString1()
ReplaceRuletoString1 in class ReplaceRule