Registry / utility / ctre
library3.10.0vcpkgunverified

A Compile time PCRE (almost) compatible regular expression matcher

vcpkg install ctre
INSTALL
IMPORT
SIG · CTRE
C
ctre
utilitycppv3.10.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.

ctre.hpp
#include <ctre.hpp>

Match a regular expression at compile time

#include "ctre.hpp" // Match a regex at compile time constexpr auto match = ctre::match<"\\d+">("123");
Debug
Known issues
gotchaNot fully PCRE compatible; some features missing
fix
Check documentation for supported features before using complex patterns
affects: *
Upgrade
Version history
3.10.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

ctre — pip install ctre · libregistry