matches
Returns true
if this char sequence matches the given regular expression.
Since Kotlin
1.1Deprecated
Warning since 1.6
Use Regex.matches() instead
Replace with
regex.toRegex().matches(this)
Content copied to clipboard
Since Kotlin
1.1Returns true
if this char sequence matches the given regular expression.