<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - alvaroisorna</title>
<link>http://snipplr.com/users/alvaroisorna/language/javascript/tags/replace</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 01 Dec 2008 11:14:18 GMT</pubDate>
<item>
<title>(JavaScript) String.replaceAll method implementation</title>
<link>http://snipplr.com/view/3141/stringreplaceall-method-implementation/</link>
<description><![CDATA[ <p>This snippet adds a replaceAll method to the String prototype, so that you can call it later like this:
"test string".replaceAll("s", "-"); // returns "te-t -tring"</p> ]]></description>
<pubDate>Wed, 04 Jul 2007 01:11:24 GMT</pubDate>
<guid>http://snipplr.com/view/3141/stringreplaceall-method-implementation/</guid>
</item>
</channel>
</rss>