<regex> Members
Reference
Classes
Wraps a regular expression. |
|
Holds a sequence of submatches. |
|
Holds assorted constants. |
|
Reports a bad regular expression. |
|
Iterates through match results. |
|
Describes characteristics of elements for matching. |
|
Describes characteristics of char for matching. |
|
Describes characteristics of wchar_t for matching. |
|
Iterates through submatches. |
|
Describes a submatch. |
Type Definitions
Type definition for char match_results. |
|
Type definition for char regex_iterator. |
|
Type definition for char regex_token_iterator. |
|
Type definition for char sub_match. |
|
Type definition for char basic_regex. |
|
Type definition for string match_results. |
|
Type definition for string regex_iterator. |
|
Type definition for string regex_token_iterator. |
|
Type definition for string sub_match. |
|
Type definition for wchar_t match_results. |
|
Type definition for wchar_t regex_iterator. |
|
Type definition for wchar_t regex_token_iterator. |
|
Type definition for wchar_t sub_match. |
|
Type definition for wchar_t basic_regex. |
|
Type definition for wstring match_results. |
|
Type definition for wstring regex_iterator. |
|
Type definition for wstring regex_token_iterator. |
|
Type definition for wstring sub_match. |
Functions
Exactly matches a regular expression. |
|
Replaces matched regular expressions. |
|
Searches for a regular expression match. |
|
Swaps basic_regex or match_results objects. |
Operators
Comparison of various objects, equal. |
|
Comparison of various objects, not equal. |
|
Comparison of various objects, less than. |
|
Comparison of various objects, less than or equal. |
|
Comparison of various objects, greater than. |
|
Comparison of various objects, greater than or equal. |
|
Inserts a sub_match in a stream. |