matches           92 modules/up/src/gnug++/String.h   int               matches(const Regex&  r) const;
matches          234 modules/up/src/gnug++/String.h   int               matches(char        c, int pos = 0) const;
matches          235 modules/up/src/gnug++/String.h   int               matches(const String&     y, int pos = 0) const;
matches          236 modules/up/src/gnug++/String.h   int               matches(const SubString&  y, int pos = 0) const;
matches          237 modules/up/src/gnug++/String.h   int               matches(const char* t, int pos = 0) const;
matches          238 modules/up/src/gnug++/String.h   int               matches(const Regex&      r, int pos = 0) const;