MatchResult
Represents the results from a single regular expression match.
Since Kotlin
1.1Represents the results from a single regular expression match.
Since Kotlin
1.0Properties
An instance of MatchResult.Destructured wrapper providing components for destructuring assignment of group values.
An instance of MatchResult.Destructured wrapper providing components for destructuring assignment of group values.
A collection of groups matched by the regular expression.
A collection of groups matched by the regular expression.
Functions
Returns a new MatchResult with the results for the next match, starting at the position at which the last match ended (at the character after the last matched character).
Returns a new MatchResult with the results for the next match, starting at the position at which the last match ended (at the character after the last matched character).