← Docs
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 .

Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .