<?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: preg_replace in php</title>
	<atom:link href="http://wonkabar.org/2008/03/21/preg_replace-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://wonkabar.org/2008/03/21/preg_replace-in-php/</link>
	<description>linux, databases, cartoons and cornflakes</description>
	<lastBuildDate>Fri, 09 Jul 2010 19:46:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steve</title>
		<link>http://wonkabar.org/2008/03/21/preg_replace-in-php/comment-page-1/#comment-39340</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 22 Mar 2008 14:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://wonkabar.org/archives/412#comment-39340</guid>
		<description>Richard,

Doh, you&#039;re totally right ... I didn&#039;t see that in the docs til you mentioned it.  Oh well. :)</description>
		<content:encoded><![CDATA[<p>Richard,</p>
<p>Doh, you're totally right ... I didn't see that in the docs til you mentioned it.  Oh well. <img src='http://wonkabar.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Brown</title>
		<link>http://wonkabar.org/2008/03/21/preg_replace-in-php/comment-page-1/#comment-39320</link>
		<dc:creator>Richard Brown</dc:creator>
		<pubDate>Sat, 22 Mar 2008 09:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://wonkabar.org/archives/412#comment-39320</guid>
		<description>Oh wow beandog, you sure love match variables. I&#039;m sure someone else can do this better but, at least use $0:

preg_replace(&#039;/bug\s+\D?(\d+)/i&#039;, &quot;&lt;a&gt;$0&lt;/a&gt;&quot;, &quot;Fixed everything. I rock. See Bug #12345.&quot;);</description>
		<content:encoded><![CDATA[<p>Oh wow beandog, you sure love match variables. I'm sure someone else can do this better but, at least use $0:</p>
<p>preg_replace('/bug\s+\D?(\d+)/i', "<a>$0</a>", "Fixed everything. I rock. See Bug #12345.");</p>
]]></content:encoded>
	</item>
</channel>
</rss>
