<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - Scooter</title>
<link>http://snipplr.com/users/Scooter/tags/strings</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 17:27:38 GMT</pubDate>
<item>
<title>(ASP) Levenshtein distance</title>
<link>http://snipplr.com/view/9094/levenshtein-distance/</link>
<description><![CDATA[ <p>Calculate the Levenshtein distance between two strings.</p> ]]></description>
<pubDate>Sat, 18 Oct 2008 11:49:07 GMT</pubDate>
<guid>http://snipplr.com/view/9094/levenshtein-distance/</guid>
</item>
<item>
<title>(ASP) WordCount</title>
<link>http://snipplr.com/view/8958/wordcount/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 11 Oct 2008 11:03:44 GMT</pubDate>
<guid>http://snipplr.com/view/8958/wordcount/</guid>
</item>
<item>
<title>(ASP) str_repeat</title>
<link>http://snipplr.com/view/8384/strrepeat/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 13 Sep 2008 11:01:43 GMT</pubDate>
<guid>http://snipplr.com/view/8384/strrepeat/</guid>
</item>
<item>
<title>(ASP) str_pad</title>
<link>http://snipplr.com/view/8221/strpad/</link>
<description><![CDATA[ <p>Pad a string to a certain length with another string. This has probably been the most reused function out of all I've ever written.</p> ]]></description>
<pubDate>Sat, 06 Sep 2008 10:30:25 GMT</pubDate>
<guid>http://snipplr.com/view/8221/strpad/</guid>
</item>
<item>
<title>(PHP) Proper Case</title>
<link>http://snipplr.com/view/6325/proper-case/</link>
<description><![CDATA[ <p>An alias for the ucwords() function to make it consistent with strtolower() and strtoupper().</p> ]]></description>
<pubDate>Mon, 19 May 2008 15:29:27 GMT</pubDate>
<guid>http://snipplr.com/view/6325/proper-case/</guid>
</item>
<item>
<title>(ASP) Proper Case</title>
<link>http://snipplr.com/view/6324/proper-case/</link>
<description><![CDATA[ <p>Replica of the PCase() function from Visual Basic for VBScript. Slightly different in that it supports Scottish and Irish names like MacDonald and O'Brien.</p> ]]></description>
<pubDate>Mon, 19 May 2008 15:28:32 GMT</pubDate>
<guid>http://snipplr.com/view/6324/proper-case/</guid>
</item>
<item>
<title>(ASP) Count instances of one string in another</title>
<link>http://snipplr.com/view/5392/count-instances-of-one-string-in-another/</link>
<description><![CDATA[ <p>Similar to the substr_count function from PHP, but with fewer options.</p> ]]></description>
<pubDate>Wed, 12 Mar 2008 20:12:40 GMT</pubDate>
<guid>http://snipplr.com/view/5392/count-instances-of-one-string-in-another/</guid>
</item>
</channel>
</rss>