slice

Returns a char sequence containing characters of the original char sequence at the specified range of indices.


Returns a string containing characters of the original string at the specified range of indices.


Returns a char sequence containing characters of the original char sequence at specified indices.


inline fun String.slice(indices: Iterable<Int>): String(source)

Returns a string containing characters of the original string at specified indices.