Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/toxe/test-cpp-regex
- Owner: Toxe
- License: mit
- Created: 2020-02-24T13:25:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-02T19:15:34.000Z (almost 5 years ago)
- Last Synced: 2023-03-10T10:44:23.465Z (almost 2 years ago)
- Topics: boost, cmake, cpp, examples, hyperscan, pcre, pcre2, re2, regex, regular-expression
- Language: C++
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)