|
DCL 4.1
|
This is the complete list of members for Regex, including all inherited members.
| compile(const wchar_t *_pattern, size_t _n, unsigned int _flags=0) __DCL_THROWS1(RegexException *) | Regex | |
| compile(const String &_pattern, unsigned int _flags=0) __DCL_THROWS1(RegexException *) | Regex | inline |
| CompileFlags enum name | Regex | |
| ICASE enum value | Regex | |
| match(const wchar_t *_begin, const wchar_t *_end, unsigned int _flags) __DCL_THROWS1(RegexException *) | Regex | |
| match(const wchar_t *_begin, const wchar_t *_end, MatchResults &_results, unsigned int _flags=0) __DCL_THROWS1(RegexException *) | Regex | |
| match(const String &_string, unsigned int _flags=0) __DCL_THROWS1(RegexException *) | Regex | inline |
| match(const String &_string, MatchResults &_results, unsigned int _flags=0) __DCL_THROWS1(RegexException *) | Regex | inline |
| MatchFlags enum name | Regex | |
| NEWLINE enum value | Regex | |
| NOSUBS enum value | Regex | |
| NOTBOL enum value | Regex | |
| NOTEOL enum value | Regex | |
| Regex() | Regex | |
| Regex(const wchar_t *_pattern, size_t _n, unsigned int _flags=0) __DCL_THROWS1(RegexException *) | Regex | |
| Regex(const String &_pattern, unsigned int _flags=0) __DCL_THROWS1(RegexException *) | Regex | |
| replace(const String &_string, const String &_replacement, size_t _limit=(size_t) -1) __DCL_THROWS1(RegexException *) | Regex | |
| search(const wchar_t *_begin, const wchar_t *_end, unsigned int _flags=0) __DCL_THROWS1(RegexException *) | Regex | |
| search(const wchar_t *_begin, const wchar_t *_end, MatchResults &_results, unsigned int _flags=0) __DCL_THROWS1(RegexException *) | Regex | |
| search(const String &_string, unsigned int _flags=0) __DCL_THROWS1(RegexException *) | Regex | inline |
| search(const String &_string, MatchResults &_results, unsigned int _flags=0) __DCL_THROWS1(RegexException *) | Regex | inline |
| split(const wchar_t *_begin, const wchar_t *_end, StringArray &_results, size_t _limit=(size_t) -1) __DCL_THROWS1(RegexException *) | Regex | |
| split(const String &_string, StringArray &_results, size_t _limit=(size_t) -1) __DCL_THROWS1(RegexException *) | Regex | inline |
| test(const wchar_t *_regex, const wchar_t *_string, bool _icase=false) __DCL_THROWS1(RegexException *) | Regex | static |
| test(const char *_regex, const char *_string, bool _icase=false) __DCL_THROWS1(RegexException *) | Regex | static |
| ~Regex() | Regex |