Uses of Class
sunlabs.brazil.util.regexp.Regsub
Packages that use Regsub
-
Uses of Regsub in sunlabs.brazil.util.regexp
Methods in sunlabs.brazil.util.regexp with parameters of type RegsubModifier and TypeMethodDescriptionstatic void
Regexp.applySubspec
(Regsub rs, String subspec, StringBuffer sb) Utility method to give access to the standard substitution algorithm used bysub
andsubAll
.boolean
Regexp.Filter.filter
(Regsub rs, StringBuffer sb) Given the current state of the match, generate the replacement string.