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

GitHub

228 stars
9 watching
21 forks
Language: Nim
last commit: 7 days ago
Linked from 2 awesome lists

nimnim-langnim-regexregexregex-engineregular-expressions

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
khchen/tinyre A lightweight regex library for the Nim programming language 38
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
paranim/pararules A modular rules engine for reactive systems with broad applicability 143
sindresorhus/regex A wrapper around NSRegularExpression to simplify regular expression usage in Swift 331
niklongstone/regular-expression-cheat-sheet A comprehensive resource providing regular expression patterns and explanations for common use cases. 289
sharplet/regex A Swift library that provides an expressive and flexible regular expression type 612
a-n-t-h-o-n-y/regexplore A live regular expression testing environment built with curses. 8
tiehuis/zig-regex An automaton-based regex implementation for the Zig programming language 205
mudge/re2 A fast and safe regular expression engine designed to eliminate security vulnerabilities 130
tomiis4/hypersonic.nvim A plugin for Neovim that provides an interactive testing environment and explanations for regular expressions. 220
rust-leipzig/regex-performance A tool for comparing the performance of different regular expression engines 103
nasciiboy/recursiveregexpraptor-4 A C-language regular expression engine designed for speed and simplicity. 10
imagibee/gigantor A high-performance regular expression search and replace library designed to handle large files and streams efficiently 22
srackham/pcre2 A library for processing regular expressions using the PCRE2 library 5
yandex/pire Performs efficient text matching using regular expressions without lookahead or backtracking capabilities. 332