isTitle

Determines if a character is a title case letter. In case of combined letters, only the first is upper and the second is lower. Some of these special characters can be found in the croatian and greek language.

bool
isTitle
(
dchar ch
)

Parameters

ch dchar

the character to be inspected

See Also

Meta