There are 6 repositories under regex-engine topic.
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
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.
A low level regular expression library that uses deterministic finite automata.
RE2JS is the JavaScript port of RE2, a regular expression engine that provides linear time matching
A web tools to generate regular expressions from set of strings. https://ibnuhx.com/regex-generator
A regex engine for AssemblyScript
Easily compose regular expressions without the need for double-escaping inside strings.
English to RegEx converter, powered by gpt-3.5-turbo and Vercel Edge Functions.
✨ این یک ریپوزیتوری هستش که بهتون 100 تا ریجکس پترن مفید ایرانی 🇮🇷 میده و خیلی راحت میتونید توی وبسایتها و اپلیکیشنهاتون ازش استفاده کنید و لذت ببرید 🚀📱💻
Java regex library
Yet Another Regular EXpresssion engine using backtracking and supporting AOT-compililation
Deterministic Regular Expressions with Backreferences
Lightweight, C-based regular expression engine as a single file library, inspired by the book "Beautiful Code."
逐章解析正则表达式引擎工作原理,写出高效地错误率的正则表达式。本仓库为正则教程
Simplified regex engine for educational purposes.
A regular expression engine implemented with virtual machine approach. Python wrapper provided.
Regular Expressions and Lexing with DFAs
Object oriented Regular Expressions implementation. The syntax is the same as .NET Regex.
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! 🚀🎓🔧
Regex Engine using SIMD and Roaring-Bitmaps