replace

fun replace(range: IntRange, value: K3String)(source)

Replace the range in this K3StringBuilder with the given value.

Parameters

range

the range which will be replaced.

value

the K3String that will replace the range.