<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Email Address REGEX'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 12:48:00 GMT</pubDate>
<item>
<title>TonyBentley said on 7/28/10</title>
<link>http://snipplr.com/view/35886/email-address-regex/</link>
<description><![CDATA[ /^(("[\w-\s]+")|([\w-]+(?:\.[\w-]+)*)|("[\w-\s]+")([\w-]+(?:\.[\w-]+)*))(@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$)|(@\[?((25[0-5]\.|2[0-4][0-9]\.|1[0-9]{2}\.|[0-9]{1,2}\.))((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\.){2}(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\]?$)/i

I think this one is better. ]]></description>
<pubDate>Wed, 28 Jul 2010 04:51:12 GMT</pubDate>
<guid>http://snipplr.com/view/35886/email-address-regex/</guid>
</item>
</channel>
</rss>