Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piotrpsz/regex
Regex is C++ implementation of PCRE2, Perl-compatible Regular Expressions (revised API: PCRE2).
https://github.com/piotrpsz/regex
cpp regex
Last synced: about 2 months ago
JSON representation
Regex is C++ implementation of PCRE2, Perl-compatible Regular Expressions (revised API: PCRE2).
- Host: GitHub
- URL: https://github.com/piotrpsz/regex
- Owner: piotrpsz
- License: mit
- Created: 2023-11-25T18:11:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T09:01:36.000Z (about 1 year ago)
- Last Synced: 2023-11-29T10:26:06.219Z (about 1 year ago)
- Topics: cpp, regex
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# regex
Regex is C++ wrapper for PCRE2, Perl-compatible Regular Expressions (revised API: PCRE2).
Oryginal C code can you find at: https://www.pcre.org/current/doc/html/index.html