kotlin-stdlib / kotlin.text / toTitleCase toTitleCase JVM 1.0 @DeprecatedSinceKotlin("1.5") fun Char.toTitleCase(): Char(source) Deprecated: Use titlecaseChar() instead. Converts this character to title case using Unicode mapping rules of the invariant locale. See Also Character.toTitleCase