IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Shared API for package java.util.regex
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Shared API for package java.util.regex
editSee the Shared API for a high-level overview of all packages and classes.
Matcher
edit- static String quoteReplacement(String)
- int end()
- int end(int)
- boolean equals(Object)
- boolean find()
- boolean find(int)
- String group()
- String group(int)
- int groupCount()
- boolean hasAnchoringBounds()
- boolean hasTransparentBounds()
- int hashCode()
- boolean hitEnd()
- boolean lookingAt()
- boolean matches()
- String namedGroup(String)
- Pattern pattern()
- Matcher region(int, int)
- int regionEnd()
- int regionStart()
- String replaceAll(String)
- String replaceFirst(String)
- boolean requireEnd()
- Matcher reset()
- int start()
- int start(int)
- String toString()
- Matcher useAnchoringBounds(boolean)
- Matcher usePattern(Pattern)
- Matcher useTransparentBounds(boolean)
Was this helpful?
Thank you for your feedback.