<?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: AS3 Email Validation</title>
	<atom:link href="http://www.lukegill.com/blog/as3-email-validation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lukegill.com/blog/as3-email-validation/</link>
	<description>web design, flash development &#38; digital marketing</description>
	<lastBuildDate>Thu, 29 Oct 2009 15:31:29 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam</title>
		<link>http://www.lukegill.com/blog/as3-email-validation/comment-page-1/#comment-95</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 29 Oct 2009 15:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukegill.com/?p=85#comment-95</guid>
		<description>But, my email address, a@..., does not work because I have only one letter to the left of the @ symbol and it doesn&#039;t accommodate people with underscores in their addresses too. I used this instead. It handles .COMs and .CO.UKs, too:

/([a-z0-9._-]+?)@([a-z0-9.-]+)\.([a-z]{2,4})/;

Cheers,
Adam</description>
		<content:encoded><![CDATA[<p>But, my email address, a@&#8230;, does not work because I have only one letter to the left of the @ symbol and it doesn&#8217;t accommodate people with underscores in their addresses too. I used this instead. It handles .COMs and .CO.UKs, too:</p>
<p>/([a-z0-9._-]+?)@([a-z0-9.-]+)\.([a-z]{2,4})/;</p>
<p>Cheers,<br />
Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ale</title>
		<link>http://www.lukegill.com/blog/as3-email-validation/comment-page-1/#comment-52</link>
		<dc:creator>ale</dc:creator>
		<pubDate>Thu, 16 Jul 2009 10:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukegill.com/?p=85#comment-52</guid>
		<description>Many thanks!</description>
		<content:encoded><![CDATA[<p>Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lukegill</title>
		<link>http://www.lukegill.com/blog/as3-email-validation/comment-page-1/#comment-23</link>
		<dc:creator>lukegill</dc:creator>
		<pubDate>Sat, 04 Jul 2009 11:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukegill.com/?p=85#comment-23</guid>
		<description>The reason that 12345@email.com is shown as valid..is because you can actually have 123456 as your email name. It obviously depends on your mail server. Secondly, the reason something@email....com s shown as valid is because there is no way to determine how many &#039;.&#039; are used after an &#039;@&#039; sign. Somebody may have an email address &#039;something@something.mail.ac.uk&#039; (3 &#039;.&#039;s) For this reason, the only way to 100% validate the email would be to get php etc to run a DNS check on the provided email address and return the result.
Since actionscript is client-side we are limited to basic validation without the use of a server-side language.

Hope this answers your questions.</description>
		<content:encoded><![CDATA[<p>The reason that <a href="mailto:12345@email.com">12345@email.com</a> is shown as valid..is because you can actually have 123456 as your email name. It obviously depends on your mail server. Secondly, the reason something@email&#8230;.com s shown as valid is because there is no way to determine how many &#8216;.&#8217; are used after an &#8216;@&#8217; sign. Somebody may have an email address &#8217;something@something.mail.ac.uk&#8217; (3 &#8216;.&#8217;s) For this reason, the only way to 100% validate the email would be to get php etc to run a DNS check on the provided email address and return the result.<br />
Since actionscript is client-side we are limited to basic validation without the use of a server-side language.</p>
<p>Hope this answers your questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy</title>
		<link>http://www.lukegill.com/blog/as3-email-validation/comment-page-1/#comment-22</link>
		<dc:creator>Roy</dc:creator>
		<pubDate>Thu, 02 Jul 2009 18:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.lukegill.com/?p=85#comment-22</guid>
		<description>This script returned
«something@email...com» as valid ???
«123456@email.com» as valid ???</description>
		<content:encoded><![CDATA[<p>This script returned<br />
«something@email&#8230;com» as valid ???<br />
«123456@email.com» as valid ???</p>
]]></content:encoded>
	</item>
</channel>
</rss>
