A simple, but powerful Regular Expression recognizer
-
Updated
Oct 14, 2025 - Python
A simple, but powerful Regular Expression recognizer
Cooler is a set of regular expression engines written in Python - implementing a toy engine for learning, then one based on backtracking and finally a NFA-DFA based engine.
Simple regex implementation
Comparing Energy Consumption of Popular RegEx Engines in IDEs and Text Editors.
Regex Web Crawler that searches on custom regexes meanwhile crawling each site to find the information your looking for!
A simple regex engine using FSM
This tool is designed to find hardcoded secrets in Source code,Logs or ur local files. Lightweight,Multithreaded tool to find Secrets,sensitive data in youre day to day life
A simple regex compiler which converts the regular expression into a dfa which can be simulated to check if a string matches the pattern...
[ 'simpex' -> "simple regex" ]: simplifies process of using regex for everyone
This repository provides a basic implementation of a regex parser that is able to determine whether or not a word matches a particular regular expression
write an extendable regex engine that can handle basic regex syntax, including literals (a, b, c, etc.), wild-cards (.), and metacharacters (?, *, +, ^, $).
〰️ Linear time regex matching supporting streams and other goodies
Add a description, image, and links to the regex-engine topic page so that developers can more easily learn about it.
To associate your repository with the regex-engine topic, visit your repo's landing page and select "manage topics."