<?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>o7th Web Design &#187; regular expressions</title>
	<atom:link href="http://blog.o7th.com/index.php/tag/regular-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.o7th.com</link>
	<description>our design and development articles</description>
	<lastBuildDate>Wed, 09 Jun 2010 17:18:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Regular Expression String Validation</title>
		<link>http://blog.o7th.com/index.php/regex_string_validation/</link>
		<comments>http://blog.o7th.com/index.php/regex_string_validation/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 20:38:10 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[regular expressions]]></category>
		<category><![CDATA[server-side validation]]></category>
		<category><![CDATA[string validation]]></category>

		<guid isPermaLink="false">http://blog.o7th.com/?p=10</guid>
		<description><![CDATA[When developing forms for a website it is always a good idea to implement server-side validation for your strings. While client-side validations are handy and pretty, they can also be easily compromised. Here are some server-side validation checks that utilize Regular Expressions.  They return a boolean value if the string passes the test or not. [...]]]></description>
		<wfw:commentRss>http://blog.o7th.com/index.php/regex_string_validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
