count
inline fun CharSequence.count(
predicate: (Char) -> Boolean
): IntReturns the number of characters matching the given predicate.
inline fun CharSequence.count(
predicate: (Char) -> Boolean
): IntReturns the number of characters matching the given predicate.