kotlin-stdlib
JRE
kotlin-stdlib
/
kotlin.text
/
toTitleCase
to
Title
Case
JRE
@
DeprecatedSinceKotlin
(
warningSince
=
"1.5"
)
inline
fun
Char
.
toTitleCase
(
)
:
Char
Content copied to clipboard
Converts this character to title case using Unicode mapping rules of the invariant locale.
See also
java.lang.Character