codePointBefore

inline fun String.codePointBefore(index: Int): Int(source)

Returns the character (Unicode code point) before the specified index.

Since Kotlin

1.0