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
G
get(Object)
- Method in class info.codesaway.util.regex.
Matcher
get(Object)
- Method in interface info.codesaway.util.regex.
MatchResult
getAt(int)
- Method in class info.codesaway.util.regex.
Matcher
Alias for
MatchResult.group(int)
getAt(Collection<?>)
- Method in class info.codesaway.util.regex.
Matcher
getAt(String)
- Method in class info.codesaway.util.regex.
Matcher
Alias for
MatchResult.group(String)
getAt(int)
- Method in interface info.codesaway.util.regex.
MatchResult
Alias for
MatchResult.group(int)
getAt(String)
- Method in interface info.codesaway.util.regex.
MatchResult
Alias for
MatchResult.group(String)
getEntry(int)
- Method in class info.codesaway.util.regex.
Matcher
getFlags()
- Method in class info.codesaway.util.regex.
Pattern
getFlags()
- Method in enum info.codesaway.util.regex.
PatternFlag
Gets a copy of the flags.
getFlags()
- Method in class info.codesaway.util.regex.
PatternFlags
Gets a copy of the flags.
getFlags()
- Method in interface info.codesaway.util.regex.
PatternOptions
Gets a copy of the flags.
getGroupName(int)
- Method in class info.codesaway.util.regex.
Matcher
Returns the group name (if any) for the specified group.
getGroupName(int)
- Method in interface info.codesaway.util.regex.
MatchResult
Returns the group name (if any) for the specified group.
getInlineFlag()
- Method in enum info.codesaway.util.regex.
PatternFlag
getInternalPattern()
- Method in class info.codesaway.util.regex.
Pattern
Gets the internal pattern
getLastMatcher()
- Static method in class info.codesaway.util.regex.
RegExPlusSupport
getResults()
- Method in class info.codesaway.util.regex.
Matcher
group()
- Method in class info.codesaway.util.regex.
Matcher
Returns the input subsequence matched by the previous match.
group(int)
- Method in class info.codesaway.util.regex.
Matcher
Returns the input subsequence captured by the given group during the previous match operation.
group(int, String)
- Method in class info.codesaway.util.regex.
Matcher
Returns the input subsequence captured by the given
group
during the previous match operation.
group(String)
- Method in class info.codesaway.util.regex.
Matcher
Returns the input subsequence captured by the given
group
during the previous match operation.
group(String, String)
- Method in class info.codesaway.util.regex.
Matcher
Returns the input subsequence captured by the given
group
during the previous match operation.
group(String, int)
- Method in class info.codesaway.util.regex.
Matcher
Returns the input subsequence captured by the given
group
during the previous match operation.
group(String, int, String)
- Method in class info.codesaway.util.regex.
Matcher
Returns the input subsequence captured by the given
group
during the previous match operation.
group()
- Method in interface info.codesaway.util.regex.
MatchResult
Returns the input subsequence matched by the previous match.
group(int)
- Method in interface info.codesaway.util.regex.
MatchResult
Returns the input subsequence captured by the given group during the previous match operation.
group(int, String)
- Method in interface info.codesaway.util.regex.
MatchResult
Returns the input subsequence captured by the given group during the previous match operation.
group(String)
- Method in interface info.codesaway.util.regex.
MatchResult
Returns the input subsequence captured by the given
group
during the previous match operation.
group(String, String)
- Method in interface info.codesaway.util.regex.
MatchResult
Returns the input subsequence captured by the given
group
during the previous match operation.
group(String, int)
- Method in interface info.codesaway.util.regex.
MatchResult
Returns the input subsequence captured by the given
group
during the previous match operation.
group(String, int, String)
- Method in interface info.codesaway.util.regex.
MatchResult
Returns the input subsequence captured by the given
group
during the previous match operation.
groupCount()
- Method in class info.codesaway.util.regex.
Matcher
Returns the number of capturing groups in this matcher's pattern.
groupCount(int)
- Method in class info.codesaway.util.regex.
Matcher
groupCount(String)
- Method in class info.codesaway.util.regex.
Matcher
Returns the number of capturing groups (with the given group name) in this matcher's pattern.
groupCount()
- Method in interface info.codesaway.util.regex.
MatchResult
Returns the number of capturing groups in this match result's pattern.
groupCount(int)
- Method in interface info.codesaway.util.regex.
MatchResult
groupCount(String)
- Method in interface info.codesaway.util.regex.
MatchResult
Returns the number of capturing groups (with the given group name) in this match result's pattern.
groupCount()
- Method in class info.codesaway.util.regex.
Pattern
Returns the number of capturing groups in this matcher's pattern.
groupCount(int)
- Method in class info.codesaway.util.regex.
Pattern
Returns the number of capturing groups (with the given group index) in this matcher's pattern.
groupCount(String)
- Method in class info.codesaway.util.regex.
Pattern
Returns the number of capturing groups (with the given group name) in this matcher's pattern.
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