Namespaces
Variants
Views
Actions

Regular expressions library

From cppreference.com
< cpp
Revision as of 04:25, 22 July 2011 by P12 (Talk | contribs)

Template:cpp/regex/sidebar

Contents

Main classes

regular expression object
(class template)
identifies a sub match in the analyzed string
(class template)
identifies all matching results
(class template)

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

Traits

Constants