August 2012
Intermediate to advanced
976 pages
30h 17m
English
A regular expression is a way of describing a sequence of characters. Regular expressions are a stunningly powerful computational device. However, describing the languages used to define regular expressions is well beyond the scope of this Primer. Instead, we’ll focus on how to use the C++ regular-expression library (RE library), which is part of the new library. The RE library, which is defined in the regex header, involves several components, listed in Table 17.4.
Table 17.4. Regular Expression Library Components
Read now
Unlock full access