Returns true if this char sequence matches the given regular expression.
true
Warning since 1.6
Use Regex.matches() instead
regex.toRegex().matches(this)
Thanks for your feedback!