MatchGroup
Represents the results from a single capturing group within a MatchResult of Regex.
Note MatchGroup
on particular platforms can also provide the range
in the input where the group match has happened. See the docs of MatchGroup
for the specific platform for details.
Since Kotlin
1.0Represents the results from a single capturing group within a MatchResult of Regex.
Since Kotlin
1.1Parameters
The value of captured group.
Represents the results from a single capturing group within a MatchResult of Regex.
Since Kotlin
1.0Parameters
The value of captured group.
The range of indices in the input string where group was captured.
Represents the results from a single capturing group within a MatchResult of Regex.
Since Kotlin
1.3Parameters
The value of captured group.
The range of indices in the input string where group was captured.
Represents the results from a single capturing group within a MatchResult of Regex.
Since Kotlin
1.8Parameters
The value of captured group.
The range of indices in the input string where group was captured.
Represents the results from a single capturing group within a MatchResult of Regex.
Since Kotlin
1.8Parameters
The value of captured group.
The range of indices in the input string where group was captured.