Regular Expressions: online utility to test them

This is a really neat site for testing regular expressions in a vacuum:

http://regex101.com/

I’ve used it a few times now to test the expression before implementing in code.