← Docs
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

Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .