- REFlags - Interface in regexodus
-
- regexodus - package regexodus
-
- regexodus.ds - package regexodus.ds
-
- rehash(int) - Method in class regexodus.ds.CharCharMap
-
Rehashes the map.
- remove() - Method in class regexodus.ds.CharArrayList.CharListIterator
-
- remove(int) - Method in class regexodus.ds.CharArrayList
-
Removes the element at the specified position in this list (optional
operation).
- remove(Object) - Method in class regexodus.ds.CharArrayList
-
Delegates to the type-specific rem() method.
- remove(char) - Method in class regexodus.ds.CharCharMap
-
- remove() - Method in class regexodus.RETokenizer
-
Removes from the underlying collection the last element returned
by this iterator (optional operation).
- removeAll(Collection<?>) - Method in class regexodus.ds.CharArrayList
-
Removes from this list all of its elements that are contained in the
specified collection (optional operation).
- removeElements(int, int) - Method in class regexodus.ds.CharArrayList
-
Removes elements of this type-specific list using optimized system calls.
- replace(CharSequence) - Method in class regexodus.Replacer
-
Takes all instances in text of the Pattern this was constructed with, and replaces them with substitution.
- replace(char[], int, int) - Method in class regexodus.Replacer
-
- replace(MatchResult, int) - Method in class regexodus.Replacer
-
- replace(Reader, int) - Method in class regexodus.Replacer
-
- replace(CharSequence, StringBuilder) - Method in class regexodus.Replacer
-
Takes all occurrences of the pattern this was constructed with in text and replaces them with the substitution.
- replace(char[], int, int, StringBuilder) - Method in class regexodus.Replacer
-
- replace(MatchResult, int, StringBuilder) - Method in class regexodus.Replacer
-
- replace(MatchResult, String, StringBuilder) - Method in class regexodus.Replacer
-
- replace(Reader, int, StringBuilder) - Method in class regexodus.Replacer
-
- replace(CharSequence, TextBuffer) - Method in class regexodus.Replacer
-
- replace(Matcher, Substitution, TextBuffer) - Static method in class regexodus.Replacer
-
Replaces all occurrences of a matcher's pattern in a matcher's target
by a given substitution appending the result to a buffer.
The substitution starts from current matcher's position, current match
not included.
- replace(Matcher, Substitution, TextBuffer, int) - Static method in class regexodus.Replacer
-
Replaces the first n occurrences of a matcher's pattern, where n is equal to count,
in a matcher's target by a given substitution, appending the result to a buffer.
- replace(CharSequence, Writer) - Method in class regexodus.Replacer
-
- replace(char[], int, int, Writer) - Method in class regexodus.Replacer
-
- replace(MatchResult, int, Writer) - Method in class regexodus.Replacer
-
- replace(MatchResult, String, Writer) - Method in class regexodus.Replacer
-
- replace(Reader, int, Writer) - Method in class regexodus.Replacer
-
- replaceAll(String) - Method in class regexodus.Matcher
-
- replaceAmount(String, int) - Method in class regexodus.Matcher
-
- replaceFirst(String) - Method in class regexodus.Matcher
-
- replacer(String) - Method in class regexodus.Pattern
-
Returns a replacer of a pattern by specified perl-like expression.
- replacer(Substitution) - Method in class regexodus.Pattern
-
Returns a replacer will substitute all occurrences of a pattern
through applying a user-defined substitution model.
- Replacer - Class in regexodus
-
The Replacer class suggests some methods to replace occurrences of a pattern
either by a result of evaluation of a perl-like expression, or by a plain string,
or according to a custom substitution model, provided as a Substitution interface implementation.
A Replacer instance may be obtained either using Pattern.replacer(...) method, or by constructor:
- Replacer(Pattern, Substitution) - Constructor for class regexodus.Replacer
-
Unlikely to be used directly.
- Replacer(Pattern, String) - Constructor for class regexodus.Replacer
-
Constructs a Replacer from a Pattern and a String to replace occurrences of the Pattern with.
- Replacer(Pattern, String, boolean) - Constructor for class regexodus.Replacer
-
- reset() - Method in class regexodus.RETokenizer
-
- retainAll(Collection<?>) - Method in class regexodus.ds.CharArrayList
-
Retains only the elements in this list that are contained in the
specified collection (optional operation).
- RETokenizer - Class in regexodus
-
The Tokenizer class suggests a methods to break a text into tokens using
occurrences of a pattern as delimiters.
- RETokenizer(Pattern, String) - Constructor for class regexodus.RETokenizer
-
- RETokenizer(Pattern, char[], int, int) - Constructor for class regexodus.RETokenizer
-
- RETokenizer(Pattern, Reader, int) - Constructor for class regexodus.RETokenizer
-