MatchGroup

expect class MatchGroup(source)
actual data class MatchGroup(source)

Represents the results from a single capturing group within a MatchResult of Regex.

actual data class MatchGroup

Represents the results from a single capturing group within a MatchResult of Regex.

actual data class MatchGroup

Represents the results from a single capturing group within a MatchResult of Regex.

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.

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.

Constructors

Link copied to clipboard
fun MatchGroup(value: String, range: IntRange)
fun MatchGroup(value: String, range: IntRange)
Link copied to clipboard
fun MatchGroup(value: String)

Properties

Link copied to clipboard
Link copied to clipboard
expect val value: String
actual val value: String
actual val value: String
actual val value: String