1 #ifndef OPAL_RegularExpression_HH
2 #define OPAL_RegularExpression_HH 1
44 bool match(
const std::string &s)
const;
bool match(const std::string &s) const
Match a string against the pattern.
RegularExpression(const std::string &pattern, bool ignore=false)
Constructor.
bool OK() const
Check the regular expression for sanity.
void operator=(const RegularExpression &)