MatchGroup
For JVM, Native
Represents the results from a single capturing group within a MatchResult of Regex.
Parameters
value
- The value of captured group.
The range of indices in the input string where group was captured.
The range property is available on JVM only.
For JS
Represents the results from a single capturing group within a MatchResult of Regex.
Parameters
Constructors
<init>
Represents the results from a single capturing group within a MatchResult of Regex.
MatchGroup(value: String)
<init>(value: String, range: IntRange)