I expected LLMs would make this skill irrelevant faster than almost anything else in the tech world.
godsinhisheaven•11h ago
I think regex is going to be one of the last things LLMs really master, but I'd be happy to be proven wrong.
setr•11h ago
The main value of regexes is expressing a fairly convoluted ask in a fairly concise form. While I’d expect LLMs to eventually generate regexes correctly, I’m not sure how you’re going to prompt the thing in a way that’s not harder than writing regexes directly.
Excluding the classic problems where you shouldn’t be using a regex in the first place (parsing email, names, html, etc) and the “draw the rest of the owl” where it simply solves everything from the input alone
cowjan•10h ago
It might not have as many features as the posted tool, but I've always really enjoyed visualizing the finite state diagrams produced by https://www.debuggex.com/
jmpman•12h ago
godsinhisheaven•11h ago
setr•11h ago
Excluding the classic problems where you shouldn’t be using a regex in the first place (parsing email, names, html, etc) and the “draw the rest of the owl” where it simply solves everything from the input alone