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`.
The
matchesmethod is to make it easier to check strings without checking exact equality.The basic API accepts two types:
matching.str_matches)matching.str_matches.