libcommonc++  0.7
RegExp Member List

This is the complete list of members for RegExp, including all inherited members.

escapeMeta(const String &text)RegExpstatic
getPattern() constRegExpinline
isNull() constRegExpinline
match(const String &text) constRegExp
match(const String &text, RegExpMatch matches[], int numMatches) constRegExp
operator!() constRegExpinline
operator=(const RegExp &other)RegExp
RegExp()RegExp
RegExp(const RegExp &other)RegExp
setPattern(const char *pattern, bool caseInsensitive=false)RegExpinline
setPattern(const String &pattern, bool caseInsensitive=false)RegExp
toString() constRegExpinline
~RegExp()RegExp