matches

expect infix fun matches(input: CharSequence): Boolean
actual infix fun matches(input: CharSequence): Boolean

Indicates whether the regular expression matches the entire input.

actual infix fun matches(input: CharSequence): Boolean

Indicates whether the regular expression matches the entire input.

actual infix fun matches(input: CharSequence): Boolean

Indicates whether the regular expression matches the entire input.