pub fn matches(This: This<Arc<String>>, regex: Regex) -> bool
Returns true if a string matches the regular expression.
"abc".matches("^[a-z]*$") == true