toTitleCase

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

Deprecated

Warning since 1.5

Error since 2.1

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