v1.9.10
  • Solutions
    • Multiplatform
    • Server-side
    • Data science
    • Android
  • Docs
  • Community
  • Teach
  • Play
    • Playground
    • Examples
    • Koans
← 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
Kotlin™ is protected under the Kotlin Foundation and licensed under the Apache 2 license.
Supported and developed by JetBrains