toTitleCase

inline fun Char.toTitleCase(): Char(source)

Deprecated

Use titlecaseChar() instead.

Replace with

titlecaseChar()

Converts this character to title case using Unicode mapping rules of the invariant locale.

Since Kotlin

1.0

See also