|
|||||||||
| Home >> All >> java >> util >> [ regex overview ] | PREV NEXT | ||||||||
A
- appendPosition - Variable in class java.util.regex.Matcher
- appendReplacement(StringBuffer, String) - Method in class java.util.regex.Matcher
- appendTail(StringBuffer) - Method in class java.util.regex.Matcher
- assertMatchOp() - Method in class java.util.regex.Matcher
C
- CANON_EQ - Static variable in class java.util.regex.Pattern
- CASE_INSENSITIVE - Static variable in class java.util.regex.Pattern
- COMMENTS - Static variable in class java.util.regex.Pattern
- compile(String) - Static method in class java.util.regex.Pattern
- compile(String, int) - Static method in class java.util.regex.Pattern
D
- DOTALL - Static variable in class java.util.regex.Pattern
- desc - Variable in class java.util.regex.PatternSyntaxException
- Human readable escription of the syntax error.
E
- end() - Method in interface java.util.regex.MatchResult
- Returns the index just after the last matched character.
- end(int) - Method in interface java.util.regex.MatchResult
- Returns the index just after the last matched character of the given sub-match group.
- end() - Method in class java.util.regex.Matcher
- end(int) - Method in class java.util.regex.Matcher
F
- find() - Method in class java.util.regex.Matcher
- find(int) - Method in class java.util.regex.Matcher
- flags - Variable in class java.util.regex.Pattern
- flags() - Method in class java.util.regex.Pattern
G
- getDescription() - Method in class java.util.regex.PatternSyntaxException
- Returns a human readable escription of the syntax error.
- getIndex() - Method in class java.util.regex.PatternSyntaxException
- Returns the index of the first character in the String that was probably invalid, or -1 when unknown.
- getMessage() - Method in class java.util.regex.PatternSyntaxException
- Returns a string containing a line with the description, a line with the original pattern and a line indicating with a ^ which character is probably the first invalid character in the pattern if the index is not negative.
- getPattern() - Method in class java.util.regex.PatternSyntaxException
- Returns the original pattern that contained the syntax error.
- getRE() - Method in class java.util.regex.Pattern
- group() - Method in interface java.util.regex.MatchResult
- Returns the substring of the input which was matched.
- group(int) - Method in interface java.util.regex.MatchResult
- Returns the substring of the input which was matched by the given sub-match group.
- group() - Method in class java.util.regex.Matcher
- group(int) - Method in class java.util.regex.Matcher
- groupCount() - Method in interface java.util.regex.MatchResult
- Returns the number of sub-match groups in the matching pattern.
- groupCount() - Method in class java.util.regex.Matcher
I
- index - Variable in class java.util.regex.PatternSyntaxException
- Index of the first character in the String that was probably invalid, or -1 when unknown.
- input - Variable in class java.util.regex.Matcher
- inputCharIndexed - Variable in class java.util.regex.Matcher
J
- java.util.regex - package java.util.regex
- Utility classes such as collections (maps, sets, lists, dictionaries and stacks), calendars, dates, locales, properties, timers, resource bundles and event objects.
L
- lookingAt() - Method in class java.util.regex.Matcher
M
- MULTILINE - Static variable in class java.util.regex.Pattern
- MatchResult - interface java.util.regex.MatchResult.
- This interface represents the result of a regular expression match.
- Matcher - class java.util.regex.Matcher.
- Instance of a regular expression applied to a char sequence.
- Matcher(Pattern, CharSequence) - Constructor for class java.util.regex.Matcher
- match - Variable in class java.util.regex.Matcher
- matcher(CharSequence) - Method in class java.util.regex.Pattern
- matches() - Method in class java.util.regex.Matcher
- Attempts to match the entire input sequence against the pattern.
- matches(String, CharSequence) - Static method in class java.util.regex.Pattern
P
- Pattern - class java.util.regex.Pattern.
- Compiled regular expression ready to be applied.
- Pattern(String, int) - Constructor for class java.util.regex.Pattern
- PatternSyntaxException - exception java.util.regex.PatternSyntaxException.
- Indicates illegal pattern for regular expression.
- PatternSyntaxException(String, String, int) - Constructor for class java.util.regex.PatternSyntaxException
- Creates a new PatternSyntaxException.
- pattern - Variable in class java.util.regex.Matcher
- pattern() - Method in class java.util.regex.Matcher
- Returns the Pattern that is interpreted by this Matcher
- pattern() - Method in class java.util.regex.Pattern
- pattern - Variable in class java.util.regex.PatternSyntaxException
- The original pattern that contained the syntax error.
- position - Variable in class java.util.regex.Matcher
R
- re - Variable in class java.util.regex.Pattern
- regex - Variable in class java.util.regex.Pattern
- replaceAll(String) - Method in class java.util.regex.Matcher
- replaceFirst(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
- serialVersionUID - Static variable in class java.util.regex.Pattern
- serialVersionUID - Static variable in class java.util.regex.PatternSyntaxException
- split(CharSequence) - Method in class java.util.regex.Pattern
- split(CharSequence, int) - Method in class java.util.regex.Pattern
- start() - Method in interface java.util.regex.MatchResult
- Returns the index of the first character of the match.
- start(int) - Method in interface java.util.regex.MatchResult
- Returns the index of the first character of the given sub-match group.
- start() - Method in class java.util.regex.Matcher
- start(int) - Method in class java.util.regex.Matcher
U
- UNICODE_CASE - Static variable in class java.util.regex.Pattern
- UNIX_LINES - Static variable in class java.util.regex.Pattern
A C D E F G I J L M P R S U
|
|||||||||
| Home >> All >> java >> util >> [ regex overview ] | PREV NEXT | ||||||||