Checks if the string matches the given pattern.
pattern
bool matches(Pattern pattern) { return _matches(this, pattern); }