sregex
Regex engine
A Perl-compatible regex engine designed for efficient matching on large data streams with support for non-backtracking NFA/DFA-based parsing and execution.
A non-backtracking NFA/DFA-based Perl-compatible regex engine matching on large data streams
617 stars
72 watching
107 forks
Language: C
last commit: about 4 years ago
Linked from 3 awesome lists
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A Java library implementing a regular expression engine using deterministic finite automata. | 47 |
| | A library for processing regular expressions using the PCRE2 library | 5 |
| | A library implementing a fast and descriptive regular expression engine for string matching | 228 |
| | A fast and safe regular expression engine designed to eliminate security vulnerabilities | 130 |
| | A header-only C++ template library for working with regular expressions in ECMAScript-compatible way | 11 |
| | A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
| | A human-readable regex library with structured syntax and variable support. | 2 |
| | A tool for comparing the performance of different regular expression engines | 103 |
| | A Swift library that provides an expressive and flexible regular expression type | 612 |
| | Implementation of a Perl-like regex =~ operator in Swift | 112 |
| | A C-language regular expression engine designed for speed and simplicity. | 10 |
| | Real-time analysis and diagnostics tools for a popular web server | 1,664 |
| | A collection of reusable regular expression functions for text processing in Go. | 896 |
| | 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 |