Hacker News new | ask | show | jobs
by yunwal 1247 days ago
Do you have a link to the site?

Being able give some examples and just state in plain English what you want the capture groups to be is pretty much my ideal regex experience (in other words, I don’t want to think about the semantics of regex ever).

1 comments

This might be what they're referring to: https://regex101.com/.
That’s what I figured. Maybe it’s just me but for complicated use-cases this still takes me forever to get the right regex string, especially with capture groups.