contains

expect operator fun contains(char: Char): Boolean(source)

Returns true if char character belongs to this category.

Since Kotlin

1.2
actual operator fun contains(char: Char): Boolean(source)

Returns true if char character belongs to this category.

Since Kotlin

1.0
actual operator fun contains(char: Char): Boolean(source)

Returns true if char character belongs to this category.

Since Kotlin

1.1
actual operator fun contains(char: Char): Boolean(source)

Returns true if char character belongs to this category.

Since Kotlin

1.3