containsMatchIn

Indicates whether the regular expression can find at least one match in the specified input.

actual fun containsMatchIn(input: CharSequence): Boolean

Indicates whether the regular expression can find at least one match in the specified input.

Indicates whether the regular expression can find at least one match in the specified input.