matches
infix fun CharSequence.matches(regex: Regex): Boolean
Returns true
if this char sequence matches the given regular expression.
infix fun CharSequence.matches(regex: Regex): Boolean
Returns true
if this char sequence matches the given regular expression.