Regular expression library
The Boost Regex library provides regular expression support for C++, this library is the ancestor to std::regex and still goes beyond and offers some advantages to, the standard version.
The full documentation is available on boost.org.
Standalone Mode
This library may now be used in "standalone" mode without the rest of the Boost C++ libraries, in order to do this you must either:
- Have a C++17 compiler that supports __has_include, in this case if <boost/config.hpp> is not present then the library will automoatically enter standalone mode. Or:
- Define BOOST_REGEX_STANDALONE when building.
... More
version | 1.81.0+1 |
---|---|
license | BSL-1.0Boost Software License 1.0 |
repository | https://pkg.cppget.org/1/legacy |
download | libboost-regex-1.81.0+1.tar.gz |
sha256 | fba16b1b066a1466935919e29ed5959f83c336f03911984cb8cd3ba1a3d322f3 |
project | boost |
---|---|
url | github.com/boostorg/regex |
doc-url | www.boost.org/doc/libs/1_81_0/libs/regex |
package-url | github.com/build2-packaging/boost |
boost-users@lists.boost.orgMailing list | |
package-email | packaging@build2.orgMailing list |
topics | C++Boost |
Depends (14)
Reviews
fail | 0 |
---|---|
pass | 1 |