isDigit
Returns true
if this character is a digit.
A character is considered to be a digit if its category is CharCategory.DECIMAL_DIGIT_NUMBER.
Since Kotlin
1.5Samples
Returns true
if this character is a digit.
A character is considered to be a digit if its category is CharCategory.DECIMAL_DIGIT_NUMBER.
Since Kotlin
1.5Samples
Returns true
if this character is a digit.
A character is considered to be a digit if its category is CharCategory.DECIMAL_DIGIT_NUMBER.
Since Kotlin
1.0Samples
Returns true
if this character is a digit.
A character is considered to be a digit if its category is CharCategory.DECIMAL_DIGIT_NUMBER.
Since Kotlin
1.3Samples
Returns true
if this character is a digit.
A character is considered to be a digit if its category is CharCategory.DECIMAL_DIGIT_NUMBER.
Since Kotlin
1.8Samples
Returns true
if this character is a digit.
A character is considered to be a digit if its category is CharCategory.DECIMAL_DIGIT_NUMBER.