Regular expressions library

From Cppreference

< cpp
Jump to: navigation, search

Contents

[edit] Main classes

basic_regex (C++11)
regular expression object
(class template)
sub_match (C++11)
identifies a sub match in the analyzed string
(class template)
match_results (C++11)
identifies all matching results
(class template)

[edit] Algorithms

regex_match (C++11)
try to match a regular expression with a complete string
(function template)
regex_search (C++11)
check if a regular expression occurs anywhere within a string
(function template)
regex_replace (C++11)
replace occurrences of a regular expression with some other text
(function template)

[edit] Iterators

regex_iterator (C++11)

(class template)
regex_token_iterator (C++11)

(class template)

[edit] Exceptions

[edit] Traits

[edit] Constants

syntax_option_type

match_flag_type

error_type


Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages