Match Group
Since Kotlin
1.2Represents the results from a single capturing group within a MatchResult of Regex.
Since Kotlin
1.0Represents the results from a single capturing group within a MatchResult of Regex.
Since Kotlin
1.1Represents the results from a single capturing group within a MatchResult of Regex.
Since Kotlin
1.3Parameters
value
The value of captured group.
range
The range of indices in the input string where group was captured.
The range property is available on JVM only.
value
The value of captured group.
value
The value of captured group.
range
The range of indices in the input string where group was captured.
The range property is available on JVM only.