<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: PHP: Remove Everything But Letters And Numbers &#8211; Reg Expressions</title>
	<atom:link href="http://www.brightcherry.co.uk/scribbles/php-remove-everything-but-letters-and-numbers-reg-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brightcherry.co.uk/scribbles/php-remove-everything-but-letters-and-numbers-reg-expressions/</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 16:15:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Chris</title>
		<link>http://www.brightcherry.co.uk/scribbles/php-remove-everything-but-letters-and-numbers-reg-expressions/#comment-2839</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 24 Sep 2011 19:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=9#comment-2839</guid>
		<description>preg_replace(‘#\W#’, ”, $string) - simple, easy, effective... awesome man, been struggling this for ages today. A pretty cool tool for this is RegExBuddy - worth checking out if you ever need to build / test regexes and cant be bothered to do it using php.</description>
		<content:encoded><![CDATA[<p>preg_replace(‘#\W#’, ”, $string) &#8211; simple, easy, effective&#8230; awesome man, been struggling this for ages today. A pretty cool tool for this is RegExBuddy &#8211; worth checking out if you ever need to build / test regexes and cant be bothered to do it using php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://www.brightcherry.co.uk/scribbles/php-remove-everything-but-letters-and-numbers-reg-expressions/#comment-834</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Tue, 27 Oct 2009 10:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=9#comment-834</guid>
		<description>Excellent, thanks!</description>
		<content:encoded><![CDATA[<p>Excellent, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maruf</title>
		<link>http://www.brightcherry.co.uk/scribbles/php-remove-everything-but-letters-and-numbers-reg-expressions/#comment-720</link>
		<dc:creator>Maruf</dc:creator>
		<pubDate>Fri, 04 Sep 2009 18:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=9#comment-720</guid>
		<description>Hey Blogercise,

I&#039;ve never come across that method before, but it works great!! Thanks a lot.

I&#039;ve updated the blog post :)</description>
		<content:encoded><![CDATA[<p>Hey Blogercise,</p>
<p>I&#8217;ve never come across that method before, but it works great!! Thanks a lot.</p>
<p>I&#8217;ve updated the blog post <img src='http://www.brightcherry.co.uk/scribbles/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BLOGERCISE</title>
		<link>http://www.brightcherry.co.uk/scribbles/php-remove-everything-but-letters-and-numbers-reg-expressions/#comment-719</link>
		<dc:creator>BLOGERCISE</dc:creator>
		<pubDate>Fri, 04 Sep 2009 10:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=9#comment-719</guid>
		<description>Maybe I don&#039;t quite get what you are after, but if you just want to be left with alphanumeric characters then wouldn&#039;t you use w?

eg:
preg_replace(&#039;#\W#&#039;, &#039;&#039;, $string)</description>
		<content:encoded><![CDATA[<p>Maybe I don&#8217;t quite get what you are after, but if you just want to be left with alphanumeric characters then wouldn&#8217;t you use w?</p>
<p>eg:<br />
preg_replace(&#8216;#\W#&#8217;, &#8221;, $string)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.brightcherry.co.uk/scribbles/php-remove-everything-but-letters-and-numbers-reg-expressions/#comment-659</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 04 Aug 2009 16:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.brightcherry.co.uk/scribbles/?p=9#comment-659</guid>
		<description>Thank you verry much! You saved my ass. Works perfectly.</description>
		<content:encoded><![CDATA[<p>Thank you verry much! You saved my ass. Works perfectly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

