Regular expressions library
From Cppreference
< cpp
C++ Standard Library | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
Regular expressions library | ||||||||||||
Template:cpp/regex/sidebar content | ||||||||||||
Contents |
[edit] Main classes
This section is incomplete |
| regular expression object (class template) | ||
| identifies a sub match in the analyzed string (class template) | ||
| identifies all matching results (class template) |
This section is incomplete |
[edit] Algorithms
| try to match a regular expression with a complete string (function template) | ||
| check if a regular expression occurs anywhere within a string (function template) | ||
| replace occurrences of a regular expression with some other text (function template) |
[edit] Iterators
| (class template) | ||
| (class template) |
[edit] Exceptions
This section is incomplete |
[edit] Traits
This section is incomplete |
[edit] Constants
This section is incomplete |