<?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: Emulating JavaScript&#8217;s String#replace in Ruby</title>
	<atom:link href="http://blog.jcoglan.com/2007/10/17/emulating-javascripts-stringreplace-in-ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jcoglan.com/2007/10/17/emulating-javascripts-stringreplace-in-ruby/</link>
	<description>This dirt was a building before</description>
	<lastBuildDate>Wed, 10 Mar 2010 07:53:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Coglan</title>
		<link>http://blog.jcoglan.com/2007/10/17/emulating-javascripts-stringreplace-in-ruby/comment-page-1/#comment-586</link>
		<dc:creator>James Coglan</dc:creator>
		<pubDate>Thu, 18 Oct 2007 18:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/2007/10/17/emulating-javascripts-stringreplace-in-ruby/#comment-586</guid>
		<description>It&#039;s official - I&#039;m an idiot. Oh well, this is just what happens when you&#039;re not sure where to look for the pieces you need to make something happen. My understanding of Regexp/MatchData is a little shaky, so thanks for filling me in!</description>
		<content:encoded><![CDATA[<p>It&#8217;s official &#8211; I&#8217;m an idiot. Oh well, this is just what happens when you&#8217;re not sure where to look for the pieces you need to make something happen. My understanding of Regexp/MatchData is a little shaky, so thanks for filling me in!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoffer Sawicki</title>
		<link>http://blog.jcoglan.com/2007/10/17/emulating-javascripts-stringreplace-in-ruby/comment-page-1/#comment-584</link>
		<dc:creator>Christoffer Sawicki</dc:creator>
		<pubDate>Thu, 18 Oct 2007 17:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jcoglan.com/2007/10/17/emulating-javascripts-stringreplace-in-ruby/#comment-584</guid>
		<description>Congratulations, you have just reimplemented parts of Ruby&#039;s core library! :-) Take a look at the documentation for MatchData and my improved implementation of your method: http://termos.vemod.net/string-js_replace</description>
		<content:encoded><![CDATA[<p>Congratulations, you have just reimplemented parts of Ruby&#8217;s core library! :-) Take a look at the documentation for MatchData and my improved implementation of your method: <a href="http://termos.vemod.net/string-js_replace" rel="nofollow">http://termos.vemod.net/string-js_replace</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
