pcre2
Regex library
A set of C functions for regular expression pattern matching using a syntax similar to Perl 5.
PCRE2 development is now based here.
914 stars
37 watching
191 forks
Language: C
last commit: 7 days ago Related projects:
Repository | Description | Stars |
---|---|---|
srackham/pcre2 | A library for processing regular expressions using the PCRE2 library | 5 |
mmottl/pcre-ocaml | A C library wrapper for Perl-compatible regular expressions, providing OCaml bindings for string matching and manipulation | 31 |
mudge/re2 | A fast and safe regular expression engine designed to eliminate security vulnerabilities | 130 |
nasciiboy/recursiveregexpraptor-4 | A C-language regular expression engine designed for speed and simplicity. | 10 |
yandex/pire | High-performance text matching library with limited functionality. | 330 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 290 |
ron4fun/srl-cpp | A C++11 library for constructing regular expressions with ease and flexibility. | 0 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
tc39/proposal-regexp-r-escape | Proposes an escape sequence for matching Unicode line terminators in regular expressions | 5 |
ocaml/ocaml-re | A library for compiling and executing regular expressions in OCaml. | 232 |
zimprojects/srell | A header-only C++ template library for working with regular expressions in ECMAScript-compatible way | 11 |
cloudflare/lua-re2 | A C and Lua wrapper for RE2's regular expression library | 36 |
verbalexpressions/cppverbalexpressions | A C++ library for constructing complex regular expressions with a simple and intuitive API. | 382 |
tc39/proposal-regex-escaping | An ECMAScript standard proposal to improve regular expression escaping functionality. | 369 |
intel/hyperscan | A high-performance regular expression matching library for efficient pattern scanning in large data streams | 4,838 |