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.

fun MatchGroup(value: String)

Parameters

value

The value of captured group.

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.