Uses of Class
sunlabs.brazil.util.regexp.Regsub
-
Packages that use Regsub Package Description sunlabs.brazil.util.regexp -
-
Uses of Regsub in sunlabs.brazil.util.regexp
Methods in sunlabs.brazil.util.regexp with parameters of type Regsub Modifier and Type Method 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 bysub
andsubAll
.boolean
Regexp.Filter. filter(Regsub rs, java.lang.StringBuffer sb)
Given the current state of the match, generate the replacement string.
-