<?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>PHP Reference Book Blog &#187; alphanumeric</title>
	<atom:link href="http://www.phpreferencebook.com/tag/alphanumeric/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpreferencebook.com</link>
	<description>PHP Reference: Beginner to Intermediate PHP5</description>
	<lastBuildDate>Thu, 29 Sep 2011 03:50:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>RegEx PERL Compatible Character Class \w</title>
		<link>http://www.phpreferencebook.com/corrections/backslash-w/</link>
		<comments>http://www.phpreferencebook.com/corrections/backslash-w/#comments</comments>
		<pubDate>Sat, 31 May 2008 02:11:43 +0000</pubDate>
		<dc:creator>Mario Lurig</dc:creator>
				<category><![CDATA[Corrections]]></category>
		<category><![CDATA[alphanumeric]]></category>
		<category><![CDATA[PCRE]]></category>
		<category><![CDATA[PERL]]></category>
		<category><![CDATA[preg]]></category>
		<category><![CDATA[preg_replace]]></category>
		<category><![CDATA[regular expression]]></category>
		<category><![CDATA[regular expressions]]></category>

		<guid isPermaLink="false">http://www.phpreferencebook.com/?p=13</guid>
		<description><![CDATA[(pg. 150) Book version: \w &#8211; Letter (a-z, A-Z) Correct version: \w &#8211; Letter, Digit, Underscore [a-zA-Z0-9_] This is similar to the syntax for alphanumeric: [:alnum:]]]></description>
			<content:encoded><![CDATA[<h3>(pg. 150)</h3>
<p>Book version:</p>
<p>\w &#8211; Letter (a-z, A-Z)</p>
<p>Correct version:</p>
<p>\w &#8211; Letter, Digit, Underscore [a-zA-Z0-9_]</p>
<p>This is similar to the syntax for alphanumeric: [:alnum:]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpreferencebook.com/corrections/backslash-w/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

