Regular expressions library
From cppreference.com
Contents |
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 |
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) |
Iterators
(class template) | |
(class template) |
Exceptions
This section is incomplete |
Traits
This section is incomplete |
Constants
This section is incomplete |