toTitleCase

@DeprecatedSinceKotlin(warningSince = "1.5")
inline fun Char.toTitleCase(): Char

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

See also