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: 2 months ago Related projects:
Repository | Description | Stars |
---|---|---|
| A library for processing regular expressions using the PCRE2 library | 5 |
| A library that provides Perl-compatible regular expressions for string matching in OCaml | 31 |
| A fast and safe regular expression engine designed to eliminate security vulnerabilities | 130 |
| A C-language regular expression engine designed for speed and simplicity. | 10 |
| Performs efficient text matching using regular expressions without lookahead or backtracking capabilities. | 332 |
| A comprehensive resource providing regular expression patterns and explanations for common use cases. | 289 |
| A C++11 library for constructing regular expressions with ease and flexibility. | 0 |
| A live regular expression testing environment built with curses. | 8 |
| Proposes an escape sequence for matching Unicode line terminators in regular expressions | 5 |
| A regular expression library written in OCaml that compiles patterns into finite automata for efficient matching | 234 |
| A header-only C++ template library for working with regular expressions in ECMAScript-compatible way | 11 |
| A C and Lua wrapper for RE2's regular expression library | 36 |
| A C++ library for constructing complex regular expressions with a simple and intuitive API. | 382 |
| Standardizes escaping of string characters for use in regular expressions. | 375 |
| A high-performance regular expression matching library for efficient pattern scanning in large data streams | 4,857 |