Package sunlabs.brazil.util.regexp
-
Interface Summary Interface Description Regexp.Filter This interface is used by theRegexp
class to generate the replacement string for each pattern match found in the source string. -
Class Summary Class Description Regexp TheRegexp
class can be used to match a pattern against a string and optionally replace the matched parts with new strings.Regsub TheRegsub
class provides an iterator-like object to extract the matched and unmatched portions of a string with respect to a given regular expression.