offsetByCodePoints

inline fun String.offsetByCodePoints(index: Int, codePointOffset: Int): Int(source)

Returns the index within this string that is offset from the given index by codePointOffset code points.

Since Kotlin

1.0