#define ClassDef(name, id)
Regular expression class.
EStatVal Status()
Check status of regexp.
void CopyPattern(const TRegexp &re)
Copy the regular expression pattern.
static const unsigned fgMaxpat
virtual ~TRegexp()
Destructor.
TRegexp & operator=(const TRegexp &re)
Assignment operator.
const char * MakeWildcard(const char *re)
This routine transforms a wildcarding regular expression into a general regular expression used for p...
Ssiz_t Index(const TString &str, Ssiz_t *len, Ssiz_t start=0) const
Find the first occurrence of the regexp in string and return the position, or -1 if there is no match...
void GenPattern(const char *re)
Generate the regular expression pattern.