matches
infix fun matches(input: CharSequence): Boolean
(Common source) (JVM source) (JS source) (Native source)
Indicates whether the regular expression matches the entire input.
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
infix fun matches(input: CharSequence): Boolean
Indicates whether the regular expression matches the entire input.