pcre2
Regex library
A C library implementing regular expression pattern matching using Perl syntax and semantics
PCRE2 development is based here.
925 stars
35 watching
196 forks
Language: C
last commit: about 1 month ago Related projects:
Repository | Description | Stars |
---|---|---|
srackham/pcre2 | A library for processing regular expressions using the PCRE2 library | 5 |
mmottl/pcre-ocaml | A library that provides Perl-compatible regular expressions for string matching in OCaml | 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 | Performs efficient text matching using regular expressions without lookahead or backtracking capabilities. | 332 |
niklongstone/regular-expression-cheat-sheet | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 289 |
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 regular expression library written in OCaml that compiles patterns into finite automata for efficient matching | 234 |
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 | Standardizes escaping of string characters for use in regular expressions. | 375 |
intel/hyperscan | A high-performance regular expression matching library for efficient pattern scanning in large data streams | 4,857 |