Compile-time PCRE-compatible regular expression matcher for C++
Compile-time PCRE-compatible regular expression matcher for C++
ctre$ g++ -std=c++17 -I$(brew --prefix ctre)/include myprogram.cpp -o myprogram$ find $(brew --prefix ctre)/include -name '*.hpp' | head -5$ cat $(brew --prefix ctre)/include/ctre/version.hpp