I'm using this file to test regular expressions. I created this when I had to work on a project that had a huge amount of regular expressions and the need arose to just simply test them one by one before getting them in the form, eliminating the need to re-enter a dozen or-so fields just to test one lousy expression. Of course this tester just runs JavaScript regular expressions but, since these are mostly similar to other implementations, you could use it to pre-test Java or PERL regexp's too.
Off course testing doesn't always end after the first session, so here's a generated permalink.