Please don't use that to filter real email addresses. The author admitted he doesn't distinguish between addresses which are actually invalid and those he merely doesn't think are advisable to use, and it's not clear whether he even read the RFC 2822 grammar. At a glance, there's only one regex on the page that makes any effort to handle the valid address "Your Name"@example.com.
This is nice for visualizing an NFA and the minimized DFA for asome regular expression (note: regular!!): http://osteele.com/tools/reanimator/. The aforementioned tool also lets you give input and highlights the current states of each FA.
awesome. the best would be if you could go in the opposite direction. like if you could create regular expressions in the image view and have it output the text version.
this would probably help a lot of people who aren't 'ninjas' like you and me ;?j