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: over 4 years ago
Linked from 4 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A C-language regular expression engine designed for speed and simplicity. | 10 |
| A live regular expression testing environment built with curses. | 8 |
| A header-only C++ template library for working with regular expressions in ECMAScript-compatible way | 11 |
| A library for processing regular expressions using the PCRE2 library | 5 |
| A Swift library that provides an expressive and flexible regular expression type | 612 |
| A C++ library for constructing complex regular expressions with a simple and intuitive API. | 382 |
| A lightweight POSIX compliant regexp matching library with approximate matching capabilities | 811 |
| A high-performance regular expression search and replace library designed to handle large files and streams efficiently | 22 |
| A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
| A lightweight JavaScript library for adding syntax highlighting to regular expressions in web pages. | 176 |
| A fast and safe regular expression engine designed to eliminate security vulnerabilities | 130 |
| 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 |
| Performs efficient text matching using regular expressions without lookahead or backtracking capabilities. | 332 |
| A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 86 |
| A C and Lua wrapper for RE2's regular expression library | 36 |