Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This version of Boost is under active development. You are currently in the master branch. The current version is 1.91.0.
There are two main headers used by this library: <boost/regex.hpp>
provides full access to the main template library, while <boost/cregex.hpp>
provides access to the POSIX API functions.
There is also a header containing only forward declarations <boost/regex_fwd.hpp>
for use when an interface is dependent upon basic_regex, but otherwise does
not need the full definitions.