count

inline fun CharSequence.count(): Int(source)

Returns the length of this char sequence.


inline fun CharSequence.count(predicate: (Char) -> Boolean): Int(source)

Returns the number of characters matching the given predicate.