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
I
info.codesaway.util.regex
- package info.codesaway.util.regex
internalPattern()
- Method in class info.codesaway.util.regex.
Pattern
Returns the regular expression from which the internal pattern was compiled.
intValue()
- Method in enum info.codesaway.util.regex.
PatternFlag
Returns the flags as an integer.
intValue()
- Method in class info.codesaway.util.regex.
PatternFlags
Returns the flags as an integer.
intValue(Collection<PatternFlag>)
- Static method in class info.codesaway.util.regex.
PatternFlags
intValue()
- Method in interface info.codesaway.util.regex.
PatternOptions
Returns the flags as an integer.
iPartRange(Pattern.Comparison, String)
- Static method in class info.codesaway.util.regex.
Pattern.Range
isCase(Object)
- Method in class info.codesaway.util.regex.
Pattern
'Case' implementation for this class, which allows testing a String against a number of regular expressions (
in Groovy only
).
isEmpty()
- Method in class info.codesaway.util.regex.
Matcher
Returns whether the previous match matched the empty string.
isEmpty(int)
- Method in class info.codesaway.util.regex.
Matcher
Returns whether the specified group matched the empty string.
isEmpty(String)
- Method in class info.codesaway.util.regex.
Matcher
Returns whether the specified
group
matched the empty string.
isEmpty(String, int)
- Method in class info.codesaway.util.regex.
Matcher
Returns whether the specified
group
matched the empty string.
isEmpty()
- Method in interface info.codesaway.util.regex.
MatchResult
Returns whether the previous match matched the empty string.
isEmpty(int)
- Method in interface info.codesaway.util.regex.
MatchResult
Returns whether the specified group matched the empty string.
isEmpty(String)
- Method in interface info.codesaway.util.regex.
MatchResult
Returns whether the specified
group
matched the empty string.
isEmpty(String, int)
- Method in interface info.codesaway.util.regex.
MatchResult
Returns whether the specified
group
matched the empty string.
isEmpty()
- Method in class info.codesaway.util.regex.
PatternFlags
isMatchResult()
- Method in class info.codesaway.util.regex.
Matcher
isPartialMatch(CharSequence)
- Method in class info.codesaway.util.regex.
Pattern
Indicates whether the given input
partially
matches this
Pattern
.
iterator()
- Method in class info.codesaway.util.regex.
Matcher
Returns an
Iterator
which traverses each match.
iterator()
- 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