libcommonc++
0.7
|
This is the complete list of members for RegExp, including all inherited members.
escapeMeta(const String &text) | RegExp | static |
getPattern() const | RegExp | inline |
isNull() const | RegExp | inline |
match(const String &text) const | RegExp | |
match(const String &text, RegExpMatch matches[], int numMatches) const | RegExp | |
operator!() const | RegExp | inline |
operator=(const RegExp &other) | RegExp | |
RegExp() | RegExp | |
RegExp(const RegExp &other) | RegExp | |
setPattern(const char *pattern, bool caseInsensitive=false) | RegExp | inline |
setPattern(const String &pattern, bool caseInsensitive=false) | RegExp | |
toString() const | RegExp | inline |
~RegExp() | RegExp |