- Painless Scripting Language: other versions:
- Painless Guide
- Painless Language Specification
- Painless contexts
- Context examples
- Ingest processor context
- Update context
- Update by query context
- Reindex context
- Sort context
- Similarity context
- Weight context
- Score context
- Field context
- Filter context
- Minimum should match context
- Metric aggregation initialization context
- Metric aggregation map context
- Metric aggregation combine context
- Metric aggregation reduce context
- Bucket script aggregation context
- Bucket selector aggregation context
- Analysis Predicate Context
- Watcher condition context
- Watcher transform context
- Painless API Reference
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.