<?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/String</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 07 Sep 2008 08:47:35 GMT</pubDate>
<item>
<title>(PHP) truncate a wordpress post - fris</title>
<link>http://snipplr.com/view/8209/truncate-a-wordpress-post/</link>
<description><![CDATA[ <p>useful if you want to cut off a post at a certain amount of words, since single.php doesn't allow the_content_rss which cuts off at x amount of chars.</p> ]]></description>
<pubDate>Fri, 05 Sep 2008 12:53:24 GMT</pubDate>
<guid>http://snipplr.com/view/8209/truncate-a-wordpress-post/</guid>
</item>
<item>
<title>(PHP) roman numerals - fris</title>
<link>http://snipplr.com/view/8074/roman-numerals/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Aug 2008 00:10:49 GMT</pubDate>
<guid>http://snipplr.com/view/8074/roman-numerals/</guid>
</item>
<item>
<title>(XML) .NET Connection String - Anthony</title>
<link>http://snipplr.com/view/8058/net-connection-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 27 Aug 2008 09:38:41 GMT</pubDate>
<guid>http://snipplr.com/view/8058/net-connection-string/</guid>
</item>
<item>
<title>(C#) De-serialize Base64 String to Object - Anthony</title>
<link>http://snipplr.com/view/8014/deserialize-base64-string-to-object/</link>
<description><![CDATA[ <p>De-serializes a Base64 String back to it's original object.  First x characters should indicate the byte length of the encoded data.</p> ]]></description>
<pubDate>Mon, 25 Aug 2008 09:55:22 GMT</pubDate>
<guid>http://snipplr.com/view/8014/deserialize-base64-string-to-object/</guid>
</item>
<item>
<title>(C#) Serialize Object to a Base64 String - Anthony</title>
<link>http://snipplr.com/view/8013/serialize-object-to-a-base64-string/</link>
<description><![CDATA[ <p>Serializes an object to a Base64 string.  The first few characters of the serialized string indicate the byte length of the encoded data.</p> ]]></description>
<pubDate>Mon, 25 Aug 2008 09:52:00 GMT</pubDate>
<guid>http://snipplr.com/view/8013/serialize-object-to-a-base64-string/</guid>
</item>
<item>
<title>(C#) Escape Illegal XML Characters - Anthony</title>
<link>http://snipplr.com/view/7982/escape-illegal-xml-characters/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 22 Aug 2008 09:57:02 GMT</pubDate>
<guid>http://snipplr.com/view/7982/escape-illegal-xml-characters/</guid>
</item>
<item>
<title>(PHP) CortaString - CutString - LondonWeb</title>
<link>http://snipplr.com/view/7939/cortastring--cutstring/</link>
<description><![CDATA[ <p>Para não cortar a palavra ao meio.
Its for not to cut a word in the middle.
//Ex: 
Então, chapeuzinho vermelho decide tomar no c...  (feio, nao?)
Então, chapeuzinho vermelho decide tomar no cantinho...</p> ]]></description>
<pubDate>Wed, 20 Aug 2008 12:20:28 GMT</pubDate>
<guid>http://snipplr.com/view/7939/cortastring--cutstring/</guid>
</item>
<item>
<title>(PHP) clean a string for seo - fris</title>
<link>http://snipplr.com/view/7888/clean-a-string-for-seo/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 16 Aug 2008 08:07:49 GMT</pubDate>
<guid>http://snipplr.com/view/7888/clean-a-string-for-seo/</guid>
</item>
<item>
<title>(PHP) random password generator - fris</title>
<link>http://snipplr.com/view/7887/random-password-generator/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 16 Aug 2008 08:03:11 GMT</pubDate>
<guid>http://snipplr.com/view/7887/random-password-generator/</guid>
</item>
<item>
<title>(PHP) secure way to pass values in url - fris</title>
<link>http://snipplr.com/view/7886/secure-way-to-pass-values-in-url/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 16 Aug 2008 08:01:19 GMT</pubDate>
<guid>http://snipplr.com/view/7886/secure-way-to-pass-values-in-url/</guid>
</item>
<item>
<title>(PHP) random key generator - fris</title>
<link>http://snipplr.com/view/7885/random-key-generator/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 16 Aug 2008 07:55:08 GMT</pubDate>
<guid>http://snipplr.com/view/7885/random-key-generator/</guid>
</item>
<item>
<title>(JavaScript) String functions - wizard04</title>
<link>http://snipplr.com/view/7855/string-functions/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 13 Aug 2008 16:00:26 GMT</pubDate>
<guid>http://snipplr.com/view/7855/string-functions/</guid>
</item>
<item>
<title>(ActionScript) AS2 convert string to date - Winkyboy</title>
<link>http://snipplr.com/view/7620/as2-convert-string-to-date/</link>
<description><![CDATA[ <p>This function takes a string containing a date in "mm/dd/yyyy" or "m/d/yyyy" format and converts it to a date object in AS2.</p> ]]></description>
<pubDate>Thu, 31 Jul 2008 12:23:46 GMT</pubDate>
<guid>http://snipplr.com/view/7620/as2-convert-string-to-date/</guid>
</item>
<item>
<title>(JavaScript) String increment - higeorange</title>
<link>http://snipplr.com/view/7519/string-increment/</link>
<description><![CDATA[ <p>It's not usefull at all. ></p> ]]></description>
<pubDate>Sat, 26 Jul 2008 08:48:56 GMT</pubDate>
<guid>http://snipplr.com/view/7519/string-increment/</guid>
</item>
<item>
<title>(Bash) Alias a command and save it in .profile - noah</title>
<link>http://snipplr.com/view/7400/alias-a-command-and-save-it-in-profile/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 19 Jul 2008 13:03:50 GMT</pubDate>
<guid>http://snipplr.com/view/7400/alias-a-command-and-save-it-in-profile/</guid>
</item>
<item>
<title>(Other) Using GNULib's GString in C - pckujawa</title>
<link>http://snipplr.com/view/7339/using-gnulibs-gstring-in-c/</link>
<description><![CDATA[ <p>The GNULib is included in GTK+.</p> ]]></description>
<pubDate>Wed, 16 Jul 2008 18:43:15 GMT</pubDate>
<guid>http://snipplr.com/view/7339/using-gnulibs-gstring-in-c/</guid>
</item>
<item>
<title>(Other) Skeleton sqlalchemy typedecorator - rob_cowie</title>
<link>http://snipplr.com/view/7247/skeleton-sqlalchemy-typedecorator/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 13 Jul 2008 11:36:52 GMT</pubDate>
<guid>http://snipplr.com/view/7247/skeleton-sqlalchemy-typedecorator/</guid>
</item>
<item>
<title>(C#) convert string to list of words - boxubi</title>
<link>http://snipplr.com/view/7093/convert-string-to-list-of-words/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Jul 2008 16:29:32 GMT</pubDate>
<guid>http://snipplr.com/view/7093/convert-string-to-list-of-words/</guid>
</item>
<item>
<title>(PHP) Count sentences in a string - evanwalsh</title>
<link>http://snipplr.com/view/6910/count-sentences-in-a-string/</link>
<description><![CDATA[ <p>This will count sentences that end in . or ? or ! and have a space after them.</p> ]]></description>
<pubDate>Wed, 25 Jun 2008 11:35:01 GMT</pubDate>
<guid>http://snipplr.com/view/6910/count-sentences-in-a-string/</guid>
</item>
<item>
<title>(Bash) grep for either of two strings - noah</title>
<link>http://snipplr.com/view/6819/grep-for-either-of-two-strings/</link>
<description><![CDATA[ <p>Here's an example of using grep to filter for links that contain the string 'jpg' or 'gif'</p> ]]></description>
<pubDate>Fri, 20 Jun 2008 15:29:33 GMT</pubDate>
<guid>http://snipplr.com/view/6819/grep-for-either-of-two-strings/</guid>
</item>
</channel>
</rss>