<?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/language/ruby/tags/text</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 12 Oct 2008 20:44:00 GMT</pubDate>
<item>
<title>(Ruby) Text Wrapping with Regular Expressions - breakerjump</title>
<link>http://snipplr.com/view/6271/text-wrapping-with-regular-expressions/</link>
<description><![CDATA[ <p>Hat tip: Allan Odgaard</p> ]]></description>
<pubDate>Fri, 16 May 2008 17:12:51 GMT</pubDate>
<guid>http://snipplr.com/view/6271/text-wrapping-with-regular-expressions/</guid>
</item>
<item>
<title>(Ruby) Parse an XML document with REXML and print some of the text nodes - noah</title>
<link>http://snipplr.com/view/5546/parse-an-xml-document-with-rexml-and-print-some-of-the-text-nodes/</link>
<description><![CDATA[ <p>Parses the XML file MY_FILE.xml, and prints the text from each record node's upload_list node, unless the upload_list node is empty.</p> ]]></description>
<pubDate>Mon, 24 Mar 2008 16:50:22 GMT</pubDate>
<guid>http://snipplr.com/view/5546/parse-an-xml-document-with-rexml-and-print-some-of-the-text-nodes/</guid>
</item>
<item>
<title>(Ruby) Format strings like PRINT USING - Agent</title>
<link>http://snipplr.com/view/3408/format-strings-like-print-using/</link>
<description><![CDATA[ <p>This is an extension to Ruby's String class. Just put this code in a file and include it. This basically takes a string and adds literals and padding to it. For example, you can format a phone number with optional area code like this:

    "5445556747".using('(###) ###-####', '', true)
       => (544) 555-6747</p> ]]></description>
<pubDate>Sat, 28 Jul 2007 11:38:54 GMT</pubDate>
<guid>http://snipplr.com/view/3408/format-strings-like-print-using/</guid>
</item>
<item>
<title>(Ruby) Wrap Text - ttscoff</title>
<link>http://snipplr.com/view/1081/wrap-text/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 16 Sep 2006 00:50:37 GMT</pubDate>
<guid>http://snipplr.com/view/1081/wrap-text/</guid>
</item>
<item>
<title>(Ruby) Random ASCII characters generator - ishikawa</title>
<link>http://snipplr.com/view/307/random-ascii-characters-generator/</link>
<description><![CDATA[ <p>This method generates random (and printable) ascii characters.</p> ]]></description>
<pubDate>Sun, 09 Jul 2006 10:44:02 GMT</pubDate>
<guid>http://snipplr.com/view/307/random-ascii-characters-generator/</guid>
</item>
</channel>
</rss>