The util.Regexp class
The util.Regexp
class provides character string pattern matching and
replacements based on regular expressions.
This class is provided in the
util
C-Extension library; To use this class, import the util
package
with:IMPORT util
This class does not have to be instantiated; it provides class methods for the current program.