Uses of Class
sunlabs.brazil.util.regexp.Regsub

Packages that use Regsub
sunlabs.brazil.util.regexp   
 

Uses of Regsub in sunlabs.brazil.util.regexp
 

Methods in sunlabs.brazil.util.regexp with parameters of type Regsub
static void Regexp.applySubspec(Regsub rs, String subspec, StringBuffer sb)
          Utility method to give access to the standard substitution algorithm used by sub and subAll.
 boolean Regexp.Filter.filter(Regsub rs, StringBuffer sb)
          Given the current state of the match, generate the replacement string.