slre
Regexp engine
A lightweight C/C++ regular expression engine optimized for performance and compactness.
Super Light Regexp engine for C/C++
535 stars
49 watching
113 forks
Language: C
last commit: about 4 years ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
nasciiboy/recursiveregexpraptor-4 | A C-language regular expression engine designed for speed and simplicity. | 10 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
zimprojects/srell | A header-only C++ template library for working with regular expressions in ECMAScript-compatible way | 11 |
srackham/pcre2 | A library for processing regular expressions using the PCRE2 library | 5 |
sharplet/regex | A Swift library that provides an expressive and flexible regular expression type | 612 |
verbalexpressions/cppverbalexpressions | A C++ library for constructing complex regular expressions with a simple and intuitive API. | 382 |
laurikari/tre | A lightweight POSIX compliant regexp matching library with approximate matching capabilities. | 804 |
imagibee/gigantor | A high-performance regular expression search and replace library designed to handle large files and streams efficiently | 21 |
sindresorhus/regex | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
slevithan/regex-colorizer | A lightweight JavaScript library for adding syntax highlighting to regular expressions in web pages. | 176 |
mudge/re2 | A fast and safe regular expression engine designed to eliminate security vulnerabilities | 130 |
openresty/sregex | A Perl-compatible regex engine designed for efficient matching on large data streams with support for non-backtracking NFA/DFA-based parsing and execution. | 617 |
yandex/pire | High-performance text matching library with limited functionality. | 330 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 84 |
cloudflare/lua-re2 | A C and Lua wrapper for RE2's regular expression library | 36 |