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
M
matched()
- Method in class info.codesaway.util.regex.
Matcher
Returns whether the match was successful.
matched(int)
- Method in class info.codesaway.util.regex.
Matcher
Returns whether the specified group matched any part of the input sequence.
matched(String)
- Method in class info.codesaway.util.regex.
Matcher
Returns whether the specified
group
matched any part of the input sequence.
matched(String, int)
- Method in class info.codesaway.util.regex.
Matcher
Returns whether the specified
group
matched any part of the input sequence.
matched()
- Method in interface info.codesaway.util.regex.
MatchResult
Returns whether the match was successful.
matched(int)
- Method in interface info.codesaway.util.regex.
MatchResult
Returns whether the specified group matched any part of the input sequence.
matched(String)
- Method in interface info.codesaway.util.regex.
MatchResult
Returns whether the specified
group
matched any part of the input sequence.
matched(String, int)
- Method in interface info.codesaway.util.regex.
MatchResult
Returns whether the specified
group
matched any part of the input sequence.
Matcher
- Class in
info.codesaway.util.regex
An engine that performs match operations on a
character sequence
by interpreting a
Pattern
.
Matcher(Matcher)
- Constructor for class info.codesaway.util.regex.
Matcher
matcher(CharSequence)
- Method in class info.codesaway.util.regex.
Pattern
Creates a matcher that will match the given input against this pattern.
matches()
- Method in class info.codesaway.util.regex.
Matcher
Attempts to match the entire region against the pattern.
matches(String, CharSequence)
- Static method in class info.codesaway.util.regex.
Pattern
Compiles the given regular expression and attempts to match the given input against it.
MATCHES_ABOVE
- Static variable in enum info.codesaway.util.regex.
Pattern.Comparison
MATCHES_BELOW
- Static variable in enum info.codesaway.util.regex.
Pattern.Comparison
matchesAbove()
- Method in enum info.codesaway.util.regex.
Pattern.Comparison
matchesBelow()
- Method in enum info.codesaway.util.regex.
Pattern.Comparison
MatchResult
- Interface in
info.codesaway.util.regex
The result of a match operation.
minus(PatternOptions)
- Method in enum info.codesaway.util.regex.
PatternFlag
minus(PatternOptions)
- Method in class info.codesaway.util.regex.
PatternFlags
minus(PatternOptions)
- Method in interface info.codesaway.util.regex.
PatternOptions
minus(PatternOptions, PatternOptions)
- Static method in class info.codesaway.util.regex.
PatternOptions.StaticMethods
MULTILINE
- Static variable in class info.codesaway.util.regex.
Pattern
Enables multiline 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