Uses of Interface
java.util.regex.MatchResult
| Package | Description |
|---|---|
| java.util | |
| java.util.regex |
-
Uses of MatchResult in java.util
Methods in java.util that return MatchResult Modifier and Type Method Description MatchResultScanner. match()Returns the result of the last matching operation. -
Uses of MatchResult in java.util.regex
Classes in java.util.regex that implement MatchResult Modifier and Type Class Description classMatcherThe result of applying aPatternto a given input.Methods in java.util.regex that return MatchResult Modifier and Type Method Description MatchResultMatcher. toMatchResult()Converts the current match into a separateMatchResultinstance that is independent from this matcher.