Registry / utility / srell
library3.010vcpkgunverified

A std::regex-like regular expression template library for C++.

vcpkg install srell
INSTALL
IMPORT
SIG · SRELL
S
srell
utilitycppv3.010
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.

srell.hpp
#include <srell.hpp>

Searches for digits in a string using SRELL regex.

#include <srell.hpp> #include <iostream> int main() { srell::regex re("\\d+"); srell::smatch match; std::string text = "123 abc 456"; if (srell::regex_search(text, match, re)) { std::cout << "Found: " << match.str() << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.010latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources

No resource links recorded.

srell — pip install srell · libregistry