<?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; regex</title>
	<atom:link href="http://blog.root-techs.com/tag/regex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.root-techs.com</link>
	<description>Ein Blog über IT und Programmierung</description>
	<lastBuildDate>Sun, 21 Feb 2010 23:21:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Regex zum Validieren von E-Mail-Adressen</title>
		<link>http://blog.root-techs.com/2010/02/19/regex-zum-validieren-von-e-mail-adressen/</link>
		<comments>http://blog.root-techs.com/2010/02/19/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/2010/02/19/regex-zum-validieren-von-e-mail-adressen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Regex und PostgreSQL</title>
		<link>http://blog.root-techs.com/2009/05/11/regex-und-postgresql/</link>
		<comments>http://blog.root-techs.com/2009/05/11/regex-und-postgresql/#comments</comments>
		<pubDate>Mon, 11 May 2009 22:07:55 +0000</pubDate>
		<dc:creator>Ruben</dc:creator>
				<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[regex]]></category>

		<guid isPermaLink="false">http://blog.root-techs.com/?p=46</guid>
		<description><![CDATA[Ich konnte es kaum glauben, als ich in der PostgreSQL (PSQL)-Doku gelesen habe, dass PSQL Regex-fähig ist. Ergo habe ich mich auf die Suche nach Beispielen gemacht und bin hier fündig geworden:
Regex + PostgreSQL
Viel Spaß beim Ausprobieren.
]]></description>
			<content:encoded><![CDATA[<p>Ich konnte es kaum glauben, als ich in der PostgreSQL (PSQL)-Doku gelesen habe, dass PSQL Regex-fähig ist. Ergo habe ich mich auf die Suche nach Beispielen gemacht und bin hier fündig geworden:</p>
<p><a title="Regex + PostgreSQL" href="http://www.regular-expressions.info/postgresql.html" target="_blank">Regex + PostgreSQL</a></p>
<p>Viel Spaß beim Ausprobieren.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.root-techs.com/2009/05/11/regex-und-postgresql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
