<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/instances</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 15:57:00 GMT</pubDate>
<item>
<title>(JavaScript) javascript replace all instances in a string - rumremix</title>
<link>http://snipplr.com/view/49187/javascript-replace-all-instances-in-a-string/</link>
<description><![CDATA[ <p>Normal replace() function only replaces first instance.</p> ]]></description>
<pubDate>Fri, 18 Feb 2011 09:54:36 GMT</pubDate>
<guid>http://snipplr.com/view/49187/javascript-replace-all-instances-in-a-string/</guid>
</item>
<item>
<title>(C#) Pull posted data directly from StreamReader when traditional comma delimited list won't suffice - housecor</title>
<link>http://snipplr.com/view/47472/pull-posted-data-directly-from-streamreader-when-traditional-comma-delimited-list-wont-suffice/</link>
<description><![CDATA[ <p>Useful when creating multiple instances of field with same name on client-side, but since the user can enter a comma, referencing Request["myvar"] will get you a comma delimited list that isn't reliable (the commas aren't escaped). So use StreamReader to read the raw http stream and parse it yourself.</p> ]]></description>
<pubDate>Wed, 19 Jan 2011 07:32:30 GMT</pubDate>
<guid>http://snipplr.com/view/47472/pull-posted-data-directly-from-streamreader-when-traditional-comma-delimited-list-wont-suffice/</guid>
</item>
</channel>
</rss>