Package gnu.regexp
package gnu.regexp
-
ClassDescriptionDefines the interface used internally so that different types of source text can be accessed in the same way.RE provides the user interface for compiling and matching regular expressions.This is the regular expression exception class.Deprecated.This class cannot properly handle all character encodings.Replaces instances of a given RE with replacement text.An instance of this class represents a match completed by a gnu.regexp matching function.An REMatchEnumeration enumerates regular expression matches over a given input text.An RESyntax specifies the way a regular expression will be compiled.Represents a combination lookahead/lookbehind for POSIX [:alnum:].UncheckedRE is a subclass of RE that allows programmers an easier means of programmatically precompiling regular expressions.