regex-matcher
There are 7 repositories under regex-matcher topic.
SicroAtGit/RegEx-Engine
A RegEx engine that builds NFA/DFA and always returns the longest match.
k4m4/hash-length-regex
Retrieve the regular expression of a hash of specified bit-length.
himanshu-03/Regex-Matcher
A regex matcher website on Flask is a web application that allows users to enter a regular expression and a text string to search for matches. The website can use regular expression libraries like Python's re module to search for matches and display them to the user.
kodekote/gtkregextester
a regex testing utility for GTK 3
tttardigrado/hsderiv
Haskell implementation of Brzozowski derivatives for regular expressions.
happyflyer/Java-Regex
Java 正则表达式,语雀浏览链接:https://www.yuque.com/happyflyer/java-topics/agqwvi
hyouteki/irregex
Regex expression matcher in c for the subset of conventional regex