DCL 4.0
Loading...
Searching...
No Matches
Regex Member List

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 *)Regexinline
CompileFlags enum nameRegex
ICASE enum valueRegex
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 *)Regexinline
match(const String &_string, MatchResults &_results, unsigned int _flags=0) __DCL_THROWS1(RegexException *)Regexinline
MatchFlags enum nameRegex
NEWLINE enum valueRegex
NOSUBS enum valueRegex
NOTBOL enum valueRegex
NOTEOL enum valueRegex
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 *)Regexinline
search(const String &_string, MatchResults &_results, unsigned int _flags=0) __DCL_THROWS1(RegexException *)Regexinline
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 *)Regexinline
test(const wchar_t *_regex, const wchar_t *_string, bool _icase=false) __DCL_THROWS1(RegexException *)Regexstatic
test(const char *_regex, const char *_string, bool _icase=false) __DCL_THROWS1(RegexException *)Regexstatic
~Regex()Regex