<?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: Found Code: Replacing Runs of Commas</title>
	<atom:link href="http://www.rustyrazorblade.com/2009/01/found-code-replacing-runs-of-commas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rustyrazorblade.com/2009/01/found-code-replacing-runs-of-commas/</link>
	<description>Tech Thoughts, Mostly on LAMP - by Jon Haddad</description>
	<lastBuildDate>Fri, 03 Sep 2010 03:50:22 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jon</title>
		<link>http://www.rustyrazorblade.com/2009/01/found-code-replacing-runs-of-commas/comment-page-1/#comment-34440</link>
		<dc:creator>jon</dc:creator>
		<pubDate>Sat, 31 Jan 2009 01:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/?p=464#comment-34440</guid>
		<description>I think you missed the point of my post.  I was posting a block of ridiculous code that I found while working on a web site.</description>
		<content:encoded><![CDATA[<p>I think you missed the point of my post.  I was posting a block of ridiculous code that I found while working on a web site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JDS</title>
		<link>http://www.rustyrazorblade.com/2009/01/found-code-replacing-runs-of-commas/comment-page-1/#comment-34404</link>
		<dc:creator>JDS</dc:creator>
		<pubDate>Thu, 29 Jan 2009 19:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.rustyrazorblade.com/?p=464#comment-34404</guid>
		<description>Three replaces? try

$special = preg_replace(&quot;/,,*/&quot;,&quot;,&quot;,$special);</description>
		<content:encoded><![CDATA[<p>Three replaces? try</p>
<p>$special = preg_replace(&#8221;/,,*/&#8221;,&#8221;,&#8221;,$special);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
