groupIndexes

@JvmName(name = "ifnuouevaorlnqbr")
suspend fun groupIndexes(value: Output<List<Int>>)
@JvmName(name = "iqgtikeotbskhrtd")
suspend fun groupIndexes(value: List<Int>?)

Parameters

value

The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.


@JvmName(name = "bevmvgmstwaqxfab")
suspend fun groupIndexes(vararg values: Output<Int>)


@JvmName(name = "xrwsfyvcqxpgvydx")
suspend fun groupIndexes(values: List<Output<Int>>)
@JvmName(name = "phorwxoowccfmjct")
suspend fun groupIndexes(vararg values: Int)

Parameters

values

The index of the submatch to extract as findings. When not specified, the entire match is returned. No more than 3 may be included.