isUpperCase
Returns true
if this character is upper case.
A character is considered to be an upper case character if its category is CharCategory.UPPERCASE_LETTER, or it has contributory property Other_Uppercase
as defined by the Unicode Standard.
Since Kotlin
1.5Samples
Returns true
if this character is upper case.
A character is considered to be an upper case character if its category is CharCategory.UPPERCASE_LETTER, or it has contributory property Other_Uppercase
as defined by the Unicode Standard.
Since Kotlin
1.5Samples
Returns true
if this character is upper case.
A character is considered to be an upper case character if its category is CharCategory.UPPERCASE_LETTER, or it has contributory property Other_Uppercase
as defined by the Unicode Standard.
Since Kotlin
1.0Samples
Returns true
if this character is upper case.
A character is considered to be an upper case character if its category is CharCategory.UPPERCASE_LETTER, or it has contributory property Other_Uppercase
as defined by the Unicode Standard.
Since Kotlin
1.3Samples
Returns true
if this character is upper case.
A character is considered to be an upper case character if its category is CharCategory.UPPERCASE_LETTER, or it has contributory property Other_Uppercase
as defined by the Unicode Standard.
Since Kotlin
1.8Samples
Returns true
if this character is upper case.
A character is considered to be an upper case character if its category is CharCategory.UPPERCASE_LETTER, or it has contributory property Other_Uppercase
as defined by the Unicode Standard.