Core API – Kotlin Programming Language (original) (raw)
expect infix fun matches(input: CharSequence): Boolean(source)
Indicates whether the regular expression matches the entire input.
Since Kotlin
1.0
actual infix fun matches(input: CharSequence): Boolean(source)
Indicates whether the regular expression matches the entire input.
Since Kotlin
1.1
actual infix fun matches(input: CharSequence): Boolean(source)
Indicates whether the regular expression matches the entire input.
Since Kotlin
1.0
actual infix fun matches(input: CharSequence): Boolean(source)
Indicates whether the regular expression matches the entire input.
Since Kotlin
1.3
actual infix fun matches(input: CharSequence): Boolean(source)
Indicates whether the regular expression matches the entire input.
Since Kotlin
1.8
actual infix fun matches(input: CharSequence): Boolean(source)
Indicates whether the regular expression matches the entire input.
Since Kotlin
1.8