java.util.regex 包的共享 API
编辑java.util.regex 包的共享 API
编辑请参阅 共享 API,了解所有包和类的概述。
Matcher
编辑- 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)