contains

fun contains(text: CharArray, off: Int, len: Int): Boolean

true if the len chars of text starting at off are in the set


true if the CharSequence is in the set


open operator override fun contains(o: Any): Boolean