Python Regular Expression Testing Tool

Recently I have been working on creating a Python tool using regular expression matching. This most definitely is something I am not well versed in. It has been a steep learning curve. Along the way, I did discover a really useful tool for testing the regular expressions I was creating, the Python Regular Expression Testing Tool. It is little more than a place to enter the regular expression, some sample text, and see if it works.