nim-regex
Regex engine
A library implementing a fast and descriptive regular expression engine for string matching
Pure Nim regex engine. Guarantees linear time matching
228 stars
9 watching
21 forks
Language: Nim
last commit: 11 months ago
Linked from 2 awesome lists
nimnim-langnim-regexregexregex-engineregular-expressions
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A lightweight regex library for the Nim programming language | 38 |
| | 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 |
| | A modular rules engine for reactive systems with broad applicability | 143 |
| | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
| | A comprehensive resource providing regular expression patterns and explanations for common use cases. | 289 |
| | A Swift library that provides an expressive and flexible regular expression type | 612 |
| | A live regular expression testing environment built with curses. | 8 |
| | An automaton-based regex implementation for the Zig programming language | 205 |
| | A fast and safe regular expression engine designed to eliminate security vulnerabilities | 130 |
| | A plugin for Neovim that provides an interactive testing environment and explanations for regular expressions. | 222 |
| | A tool for comparing the performance of different regular expression engines | 103 |
| | A C-language regular expression engine designed for speed and simplicity. | 10 |
| | A high-performance regular expression search and replace library designed to handle large files and streams efficiently | 22 |
| | A library for processing regular expressions using the PCRE2 library | 5 |
| | Performs efficient text matching using regular expressions without lookahead or backtracking capabilities. | 332 |