| Package | Description |
|---|---|
| java.util.regex |
| Modifier and Type | Method and Description |
|---|---|
Matcher |
Pattern.matcher(CharSequence input) |
Matcher |
Matcher.region(int start,
int end) |
Matcher |
Matcher.reset() |
Matcher |
Matcher.reset(CharSequence inp) |
Matcher |
Matcher.useAnchoringBounds(boolean b) |
Matcher |
Matcher.useTransparentBounds(boolean b) |