XMatchGroup

data class XMatchGroup(val value: String, val range: IntRange)(source)

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.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard