Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
J
L
M
P
Q
R
S
T
U
A
appendReplacement(java.lang.StringBuffer, java.lang.String)
- Method in class java.util.regex.
Matcher
appendTail(java.lang.StringBuffer)
- Method in class java.util.regex.
Matcher
C
CANON_EQ
- Static variable in class java.util.regex.
Pattern
Ignored in this version of this implementation
CASE_INSENSITIVE
- Static variable in class java.util.regex.
Pattern
Like the
/i
flag in perl
COMMENTS
- Static variable in class java.util.regex.
Pattern
Like the
/x
flag in perl
compile(java.lang.String)
- Static method in class java.util.regex.
Pattern
compile(java.lang.String, int)
- Static method in class java.util.regex.
Pattern
D
DOTALL
- Static variable in class java.util.regex.
Pattern
Like the
/s
flag in perl
E
end()
- Method in class java.util.regex.
Matcher
end(int)
- Method in class java.util.regex.
Matcher
end()
- Method in interface java.util.regex.
MatchResult
end(int)
- Method in interface java.util.regex.
MatchResult
F
find()
- Method in class java.util.regex.
Matcher
find(int)
- Method in class java.util.regex.
Matcher
flags()
- Method in class java.util.regex.
Pattern
G
group()
- Method in class java.util.regex.
Matcher
group(int)
- Method in class java.util.regex.
Matcher
group()
- Method in interface java.util.regex.
MatchResult
group(int)
- Method in interface java.util.regex.
MatchResult
groupCount()
- Method in class java.util.regex.
Matcher
groupCount()
- Method in interface java.util.regex.
MatchResult
J
java.util.regex
- package java.util.regex
Java Regular Expressions for .NET
L
LITERAL
- Static variable in class java.util.regex.
Pattern
Turns off recognition of all metacharacters
lookingAt()
- Method in class java.util.regex.
Matcher
M
Matcher
- Class in
java.util.regex
matcher(String)
- Method in class java.util.regex.
Pattern
Prepare to match this pattern against the given subject string.
matches()
- Method in class java.util.regex.
Matcher
Determine whether a match was found in the string.
matches(String, String)
- Static method in class java.util.regex.
Pattern
Indicate whether the given pattern matches the given subject string.
MatchResult
- Interface in
java.util.regex
MULTILINE
- Static variable in class java.util.regex.
Pattern
Like the
/m
flag in perl
P
pattern()
- Method in class java.util.regex.
Matcher
Report the
Pattern
that this
Matcher
is supposed to use.
Pattern
- Class in
java.util.regex
pattern()
- Method in class java.util.regex.
Pattern
Q
quote(java.lang.String)
- Static method in class java.util.regex.
Pattern
quoteReplacement(java.lang.String)
- Static method in class java.util.regex.
Matcher
Function that may be helpful when calling
replaceAll
,
replaceFirst
, etc.
R
replaceAll(java.lang.String)
- Method in class java.util.regex.
Matcher
Apply the same replacement text to all matches in the target string.
replaceFirst(java.lang.String)
- Method in class java.util.regex.
Matcher
reset()
- Method in class java.util.regex.
Matcher
reset(CharSequence)
- Method in class java.util.regex.
Matcher
S
split(String, int)
- Method in class java.util.regex.
Pattern
Return the strings separated by the given delimiter-expression.
split(String)
- Method in class java.util.regex.
Pattern
Return the strings seperated by the given delimiter-expression.
start()
- Method in class java.util.regex.
Matcher
start(int)
- Method in class java.util.regex.
Matcher
start()
- Method in interface java.util.regex.
MatchResult
start(int)
- Method in interface java.util.regex.
MatchResult
T
toMatchResult()
- Method in class java.util.regex.
Matcher
The intent on this function in the Sun Java API seems to be to return an immutable object of some private class.
toString()
- Method in class java.util.regex.
Matcher
toString()
- Method in class java.util.regex.
Pattern
U
UNICODE_CASE
- Static variable in class java.util.regex.
Pattern
Perl 5.8 semantics instead of perl 5.004 semantics; but ignored in this implementation
UNIX_LINES
- Static variable in class java.util.regex.
Pattern
Ignored in this implementation
usePattern(Pattern)
- Method in class java.util.regex.
Matcher
Change what pattern this Matcher is using.
A
C
D
E
F
G
J
L
M
P
Q
R
S
T
U
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes