<?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>LAMP How To - Open Source At Work &#187; Think Regular Expression</title>
	<atom:link href="http://www.azhowto.com/category/regular-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.azhowto.com</link>
	<description>Only Passion Matters</description>
	<lastBuildDate>Wed, 08 Feb 2012 03:07:41 +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>Automating No-Follow Attribute Using Regex</title>
		<link>http://www.azhowto.com/2007/01/25/automating-no-follow-attribute-using-regex/</link>
		<comments>http://www.azhowto.com/2007/01/25/automating-no-follow-attribute-using-regex/#comments</comments>
		<pubDate>Thu, 25 Jan 2007 01:46:09 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Think Regular Expression]]></category>

		<guid isPermaLink="false">http://web-developer.sitecritic.net/?p=27</guid>
		<description><![CDATA[I wrote a script to automate the process of adding no follow attribute in user submitted comments using regular expression. this is necessary to prevent spam (wordpress already has a plugin for that)&#8230;Â You might need it else where, who knows?
See http://sitecritic.net/articleDetail.php?id=242
]]></description>
		<wfw:commentRss>http://www.azhowto.com/2007/01/25/automating-no-follow-attribute-using-regex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Form Checking &#8211; Verifying Name Using PHP Ereg</title>
		<link>http://www.azhowto.com/2006/06/21/form-checking-verifying-name-using-php-ereg/</link>
		<comments>http://www.azhowto.com/2006/06/21/form-checking-verifying-name-using-php-ereg/#comments</comments>
		<pubDate>Wed, 21 Jun 2006 13:17:43 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Think Regular Expression]]></category>

		<guid isPermaLink="false">http://web-developer.sitecritic.net/?p=18</guid>
		<description><![CDATA[One important use of Regular Expressions (Regex) is to verify fields submitted via a form. In this article, we attempt to write an expression that is able to verify the user&#8217;s first name, middle name, last name or just names in general.
The expression should allow names such as &#8220;Mary&#8221;, &#8220;Mr. James Smith&#8221; and &#8220;Mrs O&#8217;Shea&#8221; [...]]]></description>
		<wfw:commentRss>http://www.azhowto.com/2006/06/21/form-checking-verifying-name-using-php-ereg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Regular Expressions In PHP</title>
		<link>http://www.azhowto.com/2006/06/17/introduction-to-regular-expressions-in-php/</link>
		<comments>http://www.azhowto.com/2006/06/17/introduction-to-regular-expressions-in-php/#comments</comments>
		<pubDate>Sat, 17 Jun 2006 02:27:47 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Think Regular Expression]]></category>

		<guid isPermaLink="false">http://web-developer.sitecritic.net/?p=17</guid>
		<description><![CDATA[In Linux and Unix, the syntax that is commonly used by many applications for specifying text patterns is known as regular expressions or in short form &#8211; regex. Regex is a very powerful technique to describe patterns and many programs use them to describe sequences of characters to be matched. Search programs such as &#8216;grep&#8217; [...]]]></description>
		<wfw:commentRss>http://www.azhowto.com/2006/06/17/introduction-to-regular-expressions-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
