isTitleCase

actual inline fun Char.isTitleCase(): Boolean(source)

Returns true if this character is a title case letter.

A character is considered to be a title case letter if its category is CharCategory.TITLECASE_LETTER.

Since Kotlin

1.0

Samples