MatchGroup

fun MatchGroup(value: String, range: IntRange)

Parameters

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.

Native
fun MatchGroup(value: String, range: IntRange)

Parameters

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.

JS
fun MatchGroup(value: String)

Parameters

value

The value of captured group.