Here are two helpful pages I discovered working today:
RFC 822 compliant email validator for PHP: http://www.iamcal.com/publish/articles/php/parsing_email/
A bunch of handy regular expressions: http://www.roscripts.com/PHP_regular_expressions_examples-136.html
(I’m using the currency regular expressions, but they all look handy)