<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Email address validation</title>
	<atom:link href="http://blogs.nonado.net/diamond/2006/02/08/email-address-validation/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.nonado.net/diamond/2006/02/08/email-address-validation/</link>
	<description>They told me at the front desk i could have a puppy...</description>
	<lastBuildDate>Wed, 28 Oct 2009 19:18:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paul Jakma</title>
		<link>http://blogs.nonado.net/diamond/2006/02/08/email-address-validation/comment-page-1/#comment-30695</link>
		<dc:creator>Paul Jakma</dc:creator>
		<pubDate>Fri, 12 Oct 2007 15:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nonado.net/diamond/2006/02/08/email-address-validation/#comment-30695</guid>
		<description>The regex here is slightly wrong (less wrong than most though ;) ):

- the host portion is wrong, as noirin notes
- it&#039;s locale-dependent, e.g. a-z will match non-ASCII chars in many locales, and it&#039;s uses an ASCII-ordering dependent range (very cute, but broken ;) ).

There&#039;s also some redundancy in the regex which could be avoided.

I&#039;ve had a back and forth with Stephen about this back in March, and I think we sort of agreed on the above points. As he&#039;s not updated this post, I&#039;ve gone and &lt;a href=&quot;http://blogs.sun.com/paulj/entry/email_regex_address_validation_aka&quot; rel=&quot;nofollow&quot;&gt;blogged about it&lt;/a&gt;.

Thanks :)</description>
		<content:encoded><![CDATA[<p>The regex here is slightly wrong (less wrong than most though <img src='http://blogs.nonado.net/diamond/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ):</p>
<p>- the host portion is wrong, as noirin notes<br />
- it&#8217;s locale-dependent, e.g. a-z will match non-ASCII chars in many locales, and it&#8217;s uses an ASCII-ordering dependent range (very cute, but broken <img src='http://blogs.nonado.net/diamond/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ).</p>
<p>There&#8217;s also some redundancy in the regex which could be avoided.</p>
<p>I&#8217;ve had a back and forth with Stephen about this back in March, and I think we sort of agreed on the above points. As he&#8217;s not updated this post, I&#8217;ve gone and <a href="http://blogs.sun.com/paulj/entry/email_regex_address_validation_aka" rel="nofollow">blogged about it</a>.</p>
<p>Thanks <img src='http://blogs.nonado.net/diamond/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [nɚdʃik] &#187; Blog Archive &#187; TLDs with MX records&#8230;</title>
		<link>http://blogs.nonado.net/diamond/2006/02/08/email-address-validation/comment-page-1/#comment-9370</link>
		<dc:creator>[nɚdʃik] &#187; Blog Archive &#187; TLDs with MX records&#8230;</dc:creator>
		<pubDate>Wed, 04 Apr 2007 22:45:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nonado.net/diamond/2006/02/08/email-address-validation/#comment-9370</guid>
		<description>[...] Stephen&#8217;s recently been questioned a bit about his email address validation regex - which has a few problems&#8230; Notably, it doesn&#8217;t allow for addresses like rob@uk, which I&#8217;m assured once existed (although I don&#8217;t believe it still does). [...]</description>
		<content:encoded><![CDATA[<p>[...] Stephen&#8217;s recently been questioned a bit about his email address validation regex &#8211; which has a few problems&#8230; Notably, it doesn&#8217;t allow for addresses like rob@uk, which I&#8217;m assured once existed (although I don&#8217;t believe it still does). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blogs.nonado.net/diamond/2006/02/08/email-address-validation/comment-page-1/#comment-82</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 08 Feb 2006 00:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.nonado.net/diamond/2006/02/08/email-address-validation/#comment-82</guid>
		<description>Thank you _so_ much for all the help.</description>
		<content:encoded><![CDATA[<p>Thank you _so_ much for all the help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
