Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toxe/test-cpp-regex

C++ Regular Expression Examples
https://github.com/toxe/test-cpp-regex

boost cmake cpp examples hyperscan pcre pcre2 re2 regex regular-expression

Last synced: about 1 month ago
JSON representation

C++ Regular Expression Examples

Awesome Lists containing this project

README

        

# C++ Regular Expression Examples

## Dependencies

- CMake
- Boost.Regex
- PCRE + JIT
- PCRE2 + JIT
- Google re2
- Intel Hyperscan

### Vcpkg

Install Vcpkg dependencies with:

$ vcpkg install $(< .vcpkg)