Registry / utility / boost-xpressive

boost-xpressive

JSON →
library1.90.0vcpkgunverified

Boost xpressive module

vcpkg install boost-xpressive
INSTALL
IMPORT
SIG · BOOST-XPRESSIVE
B
boost-xpressive
utilitycppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/xpressive/xpressive.hpp
#include <boost/xpressive/xpressive.hpp>

Match a digit string using Boost.Xpressive

#include <boost/xpressive/xpressive.hpp> #include <iostream> int main() { boost::xpressive::cregex re = boost::xpressive::cregex::compile("\\d+"); std::cout << std::boolalpha << boost::xpressive::regex_match("123", re) << std::endl; return 0; }
Debug
Known issues
gotchaHeader-only; may have performance implications compared to Boost.Regex
fix
Consider using Boost.Regex for better performance in most cases
affects: *
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

boost-xpressive — pip install boost-xpressive · libregistry