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
E
EMPTY_PATTERN
- Static variable in class info.codesaway.util.regex.
Pattern
A pattern with the RegEx being the empty string
end()
- Method in class info.codesaway.util.regex.
Matcher
Returns the offset after the last character matched.
end(int)
- Method in class info.codesaway.util.regex.
Matcher
Returns the offset after the last character of the subsequence captured by the given group during the previous match operation.
end(String)
- Method in class info.codesaway.util.regex.
Matcher
Returns the offset after the last character of the subsequence captured by the given
group
during the previous match operation.
end(String, int)
- Method in class info.codesaway.util.regex.
Matcher
Returns the offset after the last character of the subsequence captured by the given
group
during the previous match operation.
end()
- Method in interface info.codesaway.util.regex.
MatchResult
Returns the offset after the last character matched.
end(int)
- Method in interface info.codesaway.util.regex.
MatchResult
Returns the offset after the last character of the subsequence captured by the given group during this match.
end(String)
- Method in interface info.codesaway.util.regex.
MatchResult
Returns the offset after the last character of the subsequence captured by the given
group
during this match.
end(String, int)
- Method in interface info.codesaway.util.regex.
MatchResult
Returns the offset after the last character of the subsequence captured by the given
group
during this match.
entrySet()
- Method in class info.codesaway.util.regex.
Matcher
entrySet()
- Method in interface info.codesaway.util.regex.
MatchResult
EXPLICIT_CAPTURE
- Static variable in class info.codesaway.util.regex.
Pattern
Enables explicit capture mode.
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