Package | Description |
---|---|
sunlabs.brazil.util.regexp |
Modifier and Type | Method and Description |
---|---|
static void |
Regexp.applySubspec(Regsub rs,
java.lang.String subspec,
java.lang.StringBuffer sb)
Utility method to give access to the standard substitution algorithm
used by
sub and subAll . |
boolean |
Regexp.Filter.filter(Regsub rs,
java.lang.StringBuffer sb)
Given the current state of the match, generate the replacement
string.
|