kotlin-stdlib / kotlin.text / count count Common JVM JS Native 1.0 fun CharSequence.count(): Int(source) Returns the length of this char sequence. Common JVM JS Native 1.0 inline fun CharSequence.count( predicate: (Char) -> Boolean): Int(source) Returns the number of characters matching the given predicate.