The `matches` method is to make it easier to check strings without checking exact equality. The basic API accepts two types: * A Matcher object (e.g. `matching.str_matches`) * A string, which is a pattern for `matching.str_matches`.