count

Common
JVM
JS
Native
1.0
fun CharSequence.count(): Int

Returns the length of this char sequence.

Common
JVM
JS
Native
1.0
inline fun CharSequence.count(
    predicate: (Char) -> Boolean
): Int

Returns the number of characters matching the given predicate.