| escapeMeta(const String &text) | RegExp | [static] |
| getPattern() const | RegExp | [inline] |
| isNull() const | RegExp | [inline] |
| match(const char *text) const | RegExp | |
| match(const String &text) const | RegExp | |
| match(const char *text, RegExpMatch matches[], int numMatches) const | RegExp | |
| match(const String &text, RegExpMatch matches[], int numMatches) const | RegExp | |
| operator!() const | RegExp | [inline] |
| operator=(const RegExp &other) | RegExp | |
| re_erroffset | RegExp | |
| re_nsub | RegExp | |
| re_pcre | RegExp | |
| RegExp() | RegExp | |
| RegExp(const RegExp &other) | RegExp | |
| setPattern(const char *pattern, bool caseInsensitive=false) | RegExp | |
| setPattern(const String &pattern, bool caseInsensitive=false) | RegExp | |
| toString() const | RegExp | [inline] |
| ~RegExp() | RegExp |
1.6.3