codePointCount

inline fun String.codePointCount(beginIndex: Int, endIndex: Int): Int(source)

Returns the number of Unicode code points in the specified text range of this String.

Since Kotlin

1.0