Inspired by Regex Crossword, another regular expression crossword puzzle game.
I was sad that there was a limited number of these puzzles since they were so much fun, so I made a random regex generator, allowing there to be more or less an unlimited number of problems to solve.
Edit: I just found out that Regex Crossword allows for user submitted puzzles. Regardless, this was still fun to make.
¯\(ツ)/¯
$ source setup.sh # Install the dependencies via pip
$ python __init__.py # Start the server
Go to http://localhost:5000 to view it.
More patterns to come.