<?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: Validating an e-mail address</title>
	<atom:link href="http://blog.logichigh.com/2010/09/02/validating-an-e-mail-address/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.logichigh.com/2010/09/02/validating-an-e-mail-address/</link>
	<description>Logic High Software Blog</description>
	<lastBuildDate>Thu, 04 Apr 2013 09:59:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Danny</title>
		<link>http://blog.logichigh.com/2010/09/02/validating-an-e-mail-address/comment-page-1/#comment-1468</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Wed, 06 Feb 2013 21:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.logichigh.com/?p=231#comment-1468</guid>
		<description><![CDATA[Consider this my +1 to you since you don&#039;t have a G+ button with which I could otherwise commend you.]]></description>
		<content:encoded><![CDATA[<p>Consider this my +1 to you since you don&#8217;t have a G+ button with which I could otherwise commend you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian</title>
		<link>http://blog.logichigh.com/2010/09/02/validating-an-e-mail-address/comment-page-1/#comment-1339</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Thu, 04 Oct 2012 19:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.logichigh.com/?p=231#comment-1339</guid>
		<description><![CDATA[The &#039;lax&#039; checker could be written as

    ^.+@.+\.[A-Za-z]{2,}$]]></description>
		<content:encoded><![CDATA[<p>The &#8216;lax&#8217; checker could be written as</p>
<p>    ^.+@.+\.[A-Za-z]{2,}$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T. Berg</title>
		<link>http://blog.logichigh.com/2010/09/02/validating-an-e-mail-address/comment-page-1/#comment-1334</link>
		<dc:creator>T. Berg</dc:creator>
		<pubDate>Thu, 09 Aug 2012 00:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.logichigh.com/?p=231#comment-1334</guid>
		<description><![CDATA[Got to this page thru StackOverflow, it does the job perfectly, thanks a million !]]></description>
		<content:encoded><![CDATA[<p>Got to this page thru StackOverflow, it does the job perfectly, thanks a million !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Hayes</title>
		<link>http://blog.logichigh.com/2010/09/02/validating-an-e-mail-address/comment-page-1/#comment-755</link>
		<dc:creator>Eric Hayes</dc:creator>
		<pubDate>Sat, 18 Dec 2010 04:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.logichigh.com/?p=231#comment-755</guid>
		<description><![CDATA[Hey, followed this from StackOverflow...  Gave you a + 1, but it turns out this doesn&#039;t work.  There are typo&#039;s in it which make it not compile...  Would you mind fixing and re-posting it?  (line 3, NSString not NString) (line 4, +\\. not +\.)  i don&#039;t speak regex, so i assume the later was the correct change, as the \ needed to be escaped.  :-)  thanks, -eric]]></description>
		<content:encoded><![CDATA[<p>Hey, followed this from StackOverflow&#8230;  Gave you a + 1, but it turns out this doesn&#8217;t work.  There are typo&#8217;s in it which make it not compile&#8230;  Would you mind fixing and re-posting it?  (line 3, NSString not NString) (line 4, +\\. not +\.)  i don&#8217;t speak regex, so i assume the later was the correct change, as the \ needed to be escaped.  <img src='http://blog.logichigh.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   thanks, -eric</p>
]]></content:encoded>
	</item>
</channel>
</rss>
