before           262 modules/up/src/gnug++/String.h   SubString         before(int          pos);
before           263 modules/up/src/gnug++/String.h   SubString         before(const String&      x, int startpos = 0);
before           264 modules/up/src/gnug++/String.h   SubString         before(const SubString&   x, int startpos = 0);
before           265 modules/up/src/gnug++/String.h   SubString         before(const char*  t, int startpos = 0);
before           266 modules/up/src/gnug++/String.h   SubString         before(char         c, int startpos = 0);
before           267 modules/up/src/gnug++/String.h   SubString         before(const Regex&       r, int startpos = 0);