- RE - Class in org.apache.regexp
-
RE is an efficient, lightweight regular expression evaluator/matcher class.
- RE(String) - Constructor for class org.apache.regexp.RE
-
Constructs a regular expression matcher from a String by compiling it using a new instance of RECompiler.
- RE(String, int) - Constructor for class org.apache.regexp.RE
-
Constructs a regular expression matcher from a String by compiling it using a new instance of RECompiler.
- RE(REProgram, int) - Constructor for class org.apache.regexp.RE
-
Construct a matcher for a pre-compiled regular expression from program (bytecode) data.
- RE(REProgram) - Constructor for class org.apache.regexp.RE
-
Construct a matcher for a pre-compiled regular expression from program (bytecode) data.
- RE() - Constructor for class org.apache.regexp.RE
-
Constructs a regular expression matcher with no initial program.
- ReaderCharacterIterator - Class in org.apache.regexp
-
Encapsulates java.io.Reader as CharacterIterator
- ReaderCharacterIterator(Reader) - Constructor for class org.apache.regexp.ReaderCharacterIterator
-
- RECharacter - Class in org.apache.regexp
-
- RECharacter() - Constructor for class org.apache.regexp.RECharacter
-
- RECompiler - Class in org.apache.regexp
-
A regular expression compiler class.
- RECompiler() - Constructor for class org.apache.regexp.RECompiler
-
Constructor.
- REPLACE_ALL - Static variable in class org.apache.regexp.RE
-
Flag bit that indicates that subst should replace all occurrences of this regular expression.
- REPLACE_BACKREFERENCES - Static variable in class org.apache.regexp.RE
-
Flag bit that indicates that subst should replace backreferences
- REPLACE_FIRSTONLY - Static variable in class org.apache.regexp.RE
-
Flag bit that indicates that subst should only replace the first occurrence of this regular expression.
- REProgram - Class in org.apache.regexp
-
A class that holds compiled regular expressions.
- REProgram(char[]) - Constructor for class org.apache.regexp.REProgram
-
Constructs a program object from a character array
- REProgram(int, char[]) - Constructor for class org.apache.regexp.REProgram
-
Constructs a program object from a character array
- REProgram(char[], int) - Constructor for class org.apache.regexp.REProgram
-
Constructs a program object from a character array
- RESyntaxException - Exception in org.apache.regexp
-
Exception thrown to indicate a syntax error in a regular expression.
- RESyntaxException(String) - Constructor for exception org.apache.regexp.RESyntaxException
-
Constructor.
- REUtil - Class in org.apache.regexp
-
This is a class that contains utility helper methods for this package.
- REUtil() - Constructor for class org.apache.regexp.REUtil
-