isDefined

expect fun Char.isDefined(): Boolean(source)

Returns true if this character (Unicode code point) is defined in Unicode.

A character is considered to be defined in Unicode if its category is not CharCategory.UNASSIGNED.

Since Kotlin

1.5
actual fun Char.isDefined(): Boolean(source)

Returns true if this character (Unicode code point) is defined in Unicode.

A character is considered to be defined in Unicode if its category is not CharCategory.UNASSIGNED.

Since Kotlin

1.5
actual inline fun Char.isDefined(): Boolean(source)

Returns true if this character (Unicode code point) is defined in Unicode.

A character is considered to be defined in Unicode if its category is not CharCategory.UNASSIGNED.

Since Kotlin

1.0
actual fun Char.isDefined(): Boolean(source)

Returns true if this character (Unicode code point) is defined in Unicode.

A character is considered to be defined in Unicode if its category is not CharCategory.UNASSIGNED.

Since Kotlin

1.3