Pretty neat, and it definitely can generate some complex regex.. But I have to say I don't trust it!<p>When I add a regex to something, I pretty much always also add a bunch of unit test cases for it, and I request the same if I see one in a PR. It's much easier to just see a bunch of test cases that help validate than it, and frankly, half the time when I write my own cases I think of situations that could be better handled.<p>Human- or GPT-generated doesn't really matter IMHO; it still needs tests.<p>Interestingly, chatGPT is pretty good at generating test cases for regex. It would be really cool to see that functionality integrated to this tool.