Hacker News new | ask | show | jobs
A Regex Debugger (eigenstate.org)
3 points by kolapuriya 3683 days ago
1 comments

The best regular expression tools for JS found in the internet so far (imho)

regex101: https://regex101.com/ regulex: https://jex.im/regulex/#!embed=false&flags=&re=%5E(a%7Cb)*%3...

Regex101 is my go-to Regex testing tool. It's awesome.