Project Icon

compile-time-regular-expressions

Efficient Compile-Time Regular Expressions for Modern C++

Product DescriptionThe library allows the integration of compile-time regular expressions in C++ with features such as matching, searching, and capturing at compile-time or runtime. Supporting Unicode and UTF-8, and compatible with C++17 and C++20, it enhances performance through compile-time processing. It implements most of the PCRE syntax for diverse use cases. Developers can integrate it with CMake or download via vcpkg, supported by examples for practical use like data extraction and Unicode handling. Compile-time regular expressions offer efficiency in C++ projects.
Project Details