<?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>Blog@root-techs.com &#187; e-mail</title>
	<atom:link href="http://blog.root-techs.com/tag/e-mail/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.root-techs.com</link>
	<description>Ein Blog über IT und Programmierung</description>
	<lastBuildDate>Fri, 03 Sep 2010 12:51:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Regex zum Validieren von E-Mail-Adressen</title>
		<link>http://blog.root-techs.com/programmierung/regex-zum-validieren-von-e-mail-adressen/</link>
		<comments>http://blog.root-techs.com/programmierung/regex-zum-validieren-von-e-mail-adressen/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 14:31:15 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[regex]]></category>

		<guid isPermaLink="false">http://blog.root-techs.com/?p=77</guid>
		<description><![CDATA[^[\w-]+(\.[\w-]+)*@([a-z0-9-]+(\.[a-z0-9-]+)*?\.[a-z]{2,6}&#124;(\d{1,3}\.){3}\d{1,3})(:\d{4})?$ Dieser reguläre Audruck validiert folgende E-Mail Adressen: vorname.nachname@domain.de nachname@domain.de vorname.nachname@domain.com.uk nachname@domain.com.uk]]></description>
			<content:encoded><![CDATA[<p>^[\w-]+(\.[\w-]+)*@([a-z0-9-]+(\.[a-z0-9-]+)*?\.[a-z]{2,6}|(\d{1,3}\.){3}\d{1,3})(:\d{4})?$</p>
<p>Dieser reguläre Audruck validiert folgende E-Mail Adressen:<br />
vorname.nachname@domain.de<br />
nachname@domain.de<br />
vorname.nachname@domain.com.uk<br />
nachname@domain.com.uk</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.root-techs.com/programmierung/regex-zum-validieren-von-e-mail-adressen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
