<?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"
	>
<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>
	<pubDate>Wed, 19 Nov 2008 16:59:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: James</title>
		<link>http://blog.jcoglan.com/2007/10/17/emulating-javascripts-stringreplace-in-ruby/#comment-586</link>
		<dc:creator>James</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's official - I'm an idiot. Oh well, this is just what happens when you'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 - 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-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'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! <img src='http://blog.jcoglan.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> 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>
