<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>workblog &#187; Regular Expressions</title>
	<atom:link href="http://iandunn.name/workblog/category/regular-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://iandunn.name/workblog</link>
	<description></description>
	<lastBuildDate>Thu, 09 Sep 2010 17:53:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Comparing E-mail Address Validating Regular Expressions</title>
		<link>http://iandunn.name/workblog/comparing-e-mail-address-validating-regular-expressions/</link>
		<comments>http://iandunn.name/workblog/comparing-e-mail-address-validating-regular-expressions/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 17:30:31 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Regular Expressions]]></category>

		<guid isPermaLink="false">http://iandunn.name/workblog/?p=3</guid>
		<description><![CDATA[I wanted to find a regular expression to validate e-mail addresses, but when I searched I found dozens of slightly different versions of the same expression. Almost all of them had people leaving comments about how it failed to validate or invalidate some rare but completely valid/invalid address syntax. But dispite all the criticism, I [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to find a regular expression to validate e-mail addresses, but when I searched I found dozens of slightly different versions of the same expression. Almost all of them had people leaving comments about how it failed to validate or invalidate some rare but completely valid/invalid address syntax. But dispite all the criticism, I couldn&#8217;t find a definitive &#8220;best&#8221; expression. So, I setup arrays of some of the most promising expressions as well as a (hopefully) complete sampling of valid and invalid addresses and found <a href="http://fightingforalostcause.net/misc/2006/compare-email-regex.php">the best regular expression to validate an e-mail address</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://iandunn.name/workblog/comparing-e-mail-address-validating-regular-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
