Description
Regular expressions can be compiled and checked at C++ compile time while still supporting matching, searching, and capturing at runtime. This is useful for developers who want faster regex handling and earlier error detection in C++ projects.
It is a header-style development library, not a regex testing application. Users need C++ code that includes and uses the library directly.