Uses of Package
sunlabs.brazil.util.regexp
-
Packages that use sunlabs.brazil.util.regexp Package Description sunlabs.brazil.handler sunlabs.brazil.proxy sunlabs.brazil.util.regexp -
Classes in sunlabs.brazil.util.regexp used by sunlabs.brazil.handler Class Description Regexp TheRegexpclass can be used to match a pattern against a string and optionally replace the matched parts with new strings. -
Classes in sunlabs.brazil.util.regexp used by sunlabs.brazil.proxy Class Description Regexp TheRegexpclass can be used to match a pattern against a string and optionally replace the matched parts with new strings. -
Classes in sunlabs.brazil.util.regexp used by sunlabs.brazil.util.regexp Class Description Regexp TheRegexpclass can be used to match a pattern against a string and optionally replace the matched parts with new strings.Regexp.Filter This interface is used by theRegexpclass to generate the replacement string for each pattern match found in the source string.Regsub TheRegsubclass provides an iterator-like object to extract the matched and unmatched portions of a string with respect to a given regular expression.