Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
X
R
range(int, int, String)
- Static method in class info.codesaway.util.regex.
Pattern
Returns a regular expression that matches the specified numeric range.
range(String, String, String)
- Static method in class info.codesaway.util.regex.
Pattern
Returns a regular expression that matches the specified numeric range.
RegExPlusSupport
- Class in
info.codesaway.util.regex
Used to store the last regex match.
RegExPlusSupport()
- Constructor for class info.codesaway.util.regex.
RegExPlusSupport
region(int, int)
- Method in class info.codesaway.util.regex.
Matcher
Sets the limits of this matcher's region.
regionEnd()
- Method in class info.codesaway.util.regex.
Matcher
Reports the end index (exclusive) of this matcher's region.
regionStart()
- Method in class info.codesaway.util.regex.
Matcher
Reports the start index of this matcher's region.
remove(Object)
- Method in class info.codesaway.util.regex.
PatternFlags
removeAll(Collection<?>)
- Method in class info.codesaway.util.regex.
PatternFlags
replaceAll(String)
- Method in class info.codesaway.util.regex.
Matcher
Replaces every subsequence of the input sequence that matches the pattern with the given replacement string.
replaceAll(CharSequence, String, String)
- Static method in class info.codesaway.util.regex.
Pattern
Replaces each substring of the given input sequence that matches the given regular expression with the given replacement.
replaceFirst(String)
- Method in class info.codesaway.util.regex.
Matcher
Replaces the first subsequence of the input sequence that matches the pattern with the given replacement string.
replaceFirst(CharSequence, String, String)
- Static method in class info.codesaway.util.regex.
Pattern
Replaces the first substring of the given input sequence that matches the given regular expression with the given replacement.
requireEnd()
- Method in class info.codesaway.util.regex.
Matcher
Returns true if more input could change a positive match into a negative one.
reset()
- Method in class info.codesaway.util.regex.
Matcher
Resets this matcher.
reset(CharSequence)
- Method in class info.codesaway.util.regex.
Matcher
Resets this matcher with a new input sequence.
retainAll(Collection<?>)
- Method in class info.codesaway.util.regex.
PatternFlags
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
X