Regex Tester




Instructions

This is a regular expression tester, using Python's re module. You enter your regular expression and text to search and it tells you what all the matches are. It doesn't do anything fancy like let you set flags or use search methods other than findall, but it will tell you what your basic regular expression matches.