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: almost 2 years ago
Linked from 2 awesome lists

nimnim-langnim-regexregexregex-engineregular-expressions

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
khchen/tinyreA lightweight regex library for the Nim programming language38
openresty/sregexA 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/pararulesA modular rules engine for reactive systems with broad applicability143
sindresorhus/regexA wrapper around NSRegularExpression to simplify regular expression usage in Swift331
niklongstone/regular-expression-cheat-sheetA comprehensive resource providing regular expression patterns and explanations for common use cases.289
sharplet/regexA Swift library that provides an expressive and flexible regular expression type612
a-n-t-h-o-n-y/regexploreA live regular expression testing environment built with curses.8
tiehuis/zig-regexAn automaton-based regex implementation for the Zig programming language205
mudge/re2A fast and safe regular expression engine designed to eliminate security vulnerabilities130
tomiis4/hypersonic.nvimA plugin for Neovim that provides an interactive testing environment and explanations for regular expressions.222
rust-leipzig/regex-performanceA tool for comparing the performance of different regular expression engines103
nasciiboy/recursiveregexpraptor-4A C-language regular expression engine designed for speed and simplicity.10
imagibee/gigantorA high-performance regular expression search and replace library designed to handle large files and streams efficiently22
srackham/pcre2A library for processing regular expressions using the PCRE2 library5
yandex/pirePerforms efficient text matching using regular expressions without lookahead or backtracking capabilities.332