regex-engine
There are 147 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
Yet another high-performance C++ regex library and lexical analyzer generator like Flex: 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.
tiehuis/zig-regex
A regex implementation for the zig programming language
nitely/nim-regex
Pure Nim regex engine. Guarantees linear time matching
le0pard/re2js
RE2JS is the JavaScript port of RE2, a regular expression engine that provides linear time matching
h2337/clex
clex is a simple lexer generator
ibnuh/regex-generator
A web tools to generate regular expressions from set of strings. https://ibnuhx.com/regex-generator
ColinEberhardt/assemblyscript-regex
A regex engine for AssemblyScript
trusktr/regexr
Easily compose regular expressions without the need for double-escaping inside strings.
hyperpape/needle
Compiling string matching algorithms and regular expressions to java bytecode
legendkong/subi-public
English to RegEx converter, powered by gpt-3.5-turbo and Vercel Edge Functions.
nitely/nregex
A fast DFA based Regex engine that supports submatches
ImLeoNova/100-Iranian-Regex-Patterns
✨ این یک ریپوزیتوری هستش که بهتون 100 تا ریجکس پترن مفید ایرانی 🇮🇷 میده و خیلی راحت میتونید توی وبسایتها و اپلیکیشنهاتون ازش استفاده کنید و لذت ببرید 🚀📱💻
florianingerl/com.florianingerl.util.regex
Java regex library
rimstone/rimstone
Web domain-specific language and framework. Better way for Web backend.
kyx0r/pikevm
Russ Cox/Rob Pike pikevm regex implementation
girishji/re2
R interface to Google re2 (C++) regular expression engine
Beariish/picomatch
A tiny implementation of a sensible regex subset
Maki-Daisuke/go-yarex
Yet Another Regular EXpresssion engine using backtracking and supporting AOT-compililation
rhaeguard/rgx
a tiny regex engine written in go
moar-regex/moar
Deterministic Regular Expressions with Backreferences
gyrovorbis/tiny-regex-c
Lightweight, C-based regular expression engine as a single file library, inspired by the book "Beautiful Code."
SBDavid/How-a-Regex-Engine-Works-Internally
逐章解析正则表达式引擎工作原理,写出高效地错误率的正则表达式。本仓库为正则教程
jpbro/VbPcre2
PCRE2 Wrapper for VB6
doganulus/montre
The original timed regular expression matcher over temporal behaviors
aleamb/simple-regex-engine
Simplified regex engine for educational purposes.
AspieSoft/go-regex
A High Performance PCRE Regex Package That Uses A Cache.
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.
almondtools/rexlex
Regular Expressions and Lexing with DFAs
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
Francy93/Racket-Projects
Discover the world of Racket programming! This repository showcases four projects, including a Trafficlights simulation with Arduino, a Virtual Turing Machine emulator, a regex matcher using FSM, and a Raspberry Pi-controlled network server for MIRTO. Unleash your coding skills with Racket! 🚀🎓🔧
MartinErhardt/RoaringRegex
Regex Engine using SIMD and Roaring-Bitmaps