This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Shared API for package java.util.regex
editShared API for package java.util.regex
editSee the Shared API for a high-level overview of all packages and classes.
Matcher
edit- static null quoteReplacement(null)
- int end()
- int end(int)
- boolean equals(Object)
- boolean find()
- boolean find(int)
- null group()
- null group(int)
- int groupCount()
- boolean hasAnchoringBounds()
- boolean hasTransparentBounds()
- int hashCode()
- boolean hitEnd()
- boolean lookingAt()
- boolean matches()
- null namedGroup(null)
- Pattern pattern()
- Matcher region(int, int)
- int regionEnd()
- int regionStart()
- null replaceAll(null)
- null replaceFirst(null)
- boolean requireEnd()
- Matcher reset()
- int start()
- int start(int)
- null toString()
- Matcher useAnchoringBounds(boolean)
- Matcher usePattern(Pattern)
- Matcher useTransparentBounds(boolean)