9
top 3 comments
sorted by: hot top controversial new old
[-] VonTum@programming.dev 1 points 1 year ago

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 points 1 year ago

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 points 1 year ago

Ooh, I see! I hadn't picked up on that. Fantastic ๐Ÿ˜

this post was submitted on 15 Sep 2023
9 points (100.0% liked)

RegEx

360 readers
1 users here now

Welcome to the RegEx community! This is a place where you can learn about and get help with regular expressions

A regular expression is a sequence of characters that specifies a match pattern in text. Theyre usually used for find, or find and replace operations on strings, or for input validation.


founded 1 year ago
MODERATORS