Regex             88 modules/up/src/gnug++/String.h   int               contains(const Regex&       r) const;
Regex             92 modules/up/src/gnug++/String.h   int               matches(const Regex&  r) const;
Regex            122 modules/up/src/gnug++/String.h   int               _gsub(const Regex&, const char*, int);
Regex            213 modules/up/src/gnug++/String.h   int               index(const Regex&      r, int startpos = 0) const;
Regex            221 modules/up/src/gnug++/String.h   int               contains(const Regex&      r) const;
Regex            230 modules/up/src/gnug++/String.h   int               contains(const Regex&      r, int pos) const;
Regex            238 modules/up/src/gnug++/String.h   int               matches(const Regex&      r, int pos = 0) const;
Regex            260 modules/up/src/gnug++/String.h   SubString         at(const Regex&      r, int startpos = 0);
Regex            267 modules/up/src/gnug++/String.h   SubString         before(const Regex&       r, int startpos = 0);
Regex            274 modules/up/src/gnug++/String.h   SubString         through(const Regex&       r, int startpos = 0);
Regex            281 modules/up/src/gnug++/String.h   SubString         from(const Regex&       r, int startpos = 0);
Regex            288 modules/up/src/gnug++/String.h   SubString         after(const Regex&      r, int startpos = 0);
Regex            302 modules/up/src/gnug++/String.h   void              del(const Regex&      r, int startpos = 0);
Regex            310 modules/up/src/gnug++/String.h   int               gsub(const Regex&      pat, const String&     repl);
Regex            319 modules/up/src/gnug++/String.h                           const Regex&  sep);