Hacker News new | ask | show | jobs
by Adamantcheese 2516 days ago
I'll second this, it's immensely useful when I can't wrap my head around a regular expression.
1 comments

regex101.com is my go-to, because it supports regex flags and Python regexes.
Going to add regexper.com which is really good for explaining RegEx patterns.