isLowerCase
Returns true
if this character is lower case.
A character is considered to be a lower case character if its category is CharCategory.LOWERCASE_LETTER, or it has contributory property Other_Lowercase
as defined by the Unicode Standard.
Since Kotlin
1.0Samples
Returns true
if this character is lower case.
A character is considered to be a lower case character if its category is CharCategory.LOWERCASE_LETTER, or it has contributory property Other_Lowercase
as defined by the Unicode Standard.