ctre

Compile-time PCRE-compatible regular expression matcher for C++

brewmacoslinux
Try with needOr install directly
Source

About

Compile-time PCRE-compatible regular expression matcher for C++

Commands

ctre

Examples

Compile and link a C++ program using CTRE header-only library$ g++ -std=c++17 -I$(brew --prefix ctre)/include myprogram.cpp -o myprogram
Use CTRE in CMake project by including the installed headers$ find $(brew --prefix ctre)/include -name '*.hpp' | head -5
Verify CTRE installation and view version information$ cat $(brew --prefix ctre)/include/ctre/version.hpp