c/regex · by mac@programming.dev · 2yCalculate the difference and intersection of any two regexes http://phylactery.org/antimirov/11 points · 3 comments · view on lemmy.world
3 Comments
VonTum@programming.dev · 1 pts · 2y
Does this tool actually calculate regex differences? It seems more like a playground to look for the differences oneself.
In any case, nice work! I've been looking to understand more of the mechanics of regex-to-dfa translation myself.
mac@programming.dev · 1 pts · 2y
Yeah there's a little space under where you enter the different regexes where it shows you information including the differences
VonTum@programming.dev · 1 pts · 2y
Ooh, I see! I hadn't picked up on that. Fantastic 😁