regex-engine
There are 120 repositories under regex-engine topic.
rust-lang/regex
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
dlclark/regexp2
A full-featured regex engine in pure Go based on the .NET engine
Genivia/RE-flex
A high-performance C++ regex library and lexical analyzer generator with Unicode support. Extends Flex++ with Unicode support, indent/dedent anchors, lazy quantifiers, functions for lex and syntax error reporting and more. Seamlessly integrates with Bison and other parsers.
BurntSushi/regex-automata
A low level regular expression library that uses deterministic finite automata.
nitely/nim-regex
Pure Nim regex engine. Guarantees linear time matching
tiehuis/zig-regex
A regex implementation for the zig programming language
le0pard/re2js
RE2JS is the JavaScript port of RE2, a regular expression engine that provides linear time matching
ibnuh/regex-generator
A web tools to generate regular expressions from set of strings. https://ibnuhx.com/regex-generator
jafarlihi/clex
clex is a simple lexer generator
ColinEberhardt/assemblyscript-regex
A regex engine for AssemblyScript
trusktr/regexr
Easily compose regular expressions without the need for double-escaping inside strings.
legendkong/subi-public
English to RegEx converter, powered by gpt-3.5-turbo and Vercel Edge Functions.
hyperpape/needle
Compiling string matching algorithms and regular expressions to java bytecode
nitely/nregex
A fast DFA based Regex engine that supports submatches
florianingerl/com.florianingerl.util.regex
Java regex library
kyx0r/pikevm
Russ Cox/Rob Pike pikevm regex implementation
girishji/re2
R interface to Google re2 (C++) regular expression engine
Maki-Daisuke/go-yarex
Yet Another Regular EXpresssion engine using backtracking and supporting AOT-compililation
moar-regex/moar
Deterministic Regular Expressions with Backreferences
SBDavid/How-a-Regex-Engine-Works-Internally
逐章解析正则表达式引擎工作原理,写出高效地错误率的正则表达式。本仓库为正则教程
gyrovorbis/tiny-regex-c
Lightweight, C-based regular expression engine as a single file library, inspired by the book "Beautiful Code."
rhaeguard/rgx
a tiny regex engine written in go
doganulus/montre
The original timed regular expression matcher over temporal behaviors
jpbro/VbPcre2
PCRE2 Wrapper for VB6
AspieSoft/go-regex
A High Performance PCRE Regex Package That Uses A Cache.
aleamb/simple-regex-engine
Simplified regex engine for educational purposes.
Elara6331/pcre
Pure-Go port of the PCRE2 regular expression engine.
kophy/Azuki
A regular expression engine implemented with virtual machine approach. Python wrapper provided.
eocron/ORegex
Object oriented Regular Expressions implementation. The syntax is the same as .NET Regex.
alimpfard/nlp-lex
Hopefully a lexer-generator that doesn't fucking suck
almondtools/rexlex
Regular Expressions and Lexing with DFAs
nitely/regexy
:wavy_dash: Linear time regex matching supporting streams and other goodies
RReverser/derex
Derivatives-based regexp to DFA compiler
YLonely/regex-engine-2
A regex engine based on formal automata parsing techniques.
MartinErhardt/RoaringRegex
Regex Engine using SIMD and Roaring-Bitmaps
snowdreams1006/regexper-static
JavaScript 正则表达式可视化