Show HN: Generate regex patterns from examples (regexgo.com)

3 points by arjunlol ↗ HN
I've noticed many regex questions on StackOverflow include a list of examples for matching and non-matching text. This tool can help generate a regex pattern based on examples provided. It's a useful starting point for anyone struggling with regex [I think]. Any feedback is appreciated!

2 comments

[ 4.1 ms ] story [ 21.5 ms ] thread
This is great! Shouldn't there be a link in the app to the Github source code repo? I wasn't able to find it
Thanks! I actually haven't open sourced it yet. Would you be interested in contributing if I open sourced?