<?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/words</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 19 Jun 2013 12:01:17 GMT</pubDate>
<item>
<title>(JavaScript) Number in Words (Número por extenso) - glauberportella</title>
<link>http://snipplr.com/view/65870/number-in-words-nmero-por-extenso/</link>
<description><![CDATA[ <p>Write a given number in words - Escreve um número por extenso. Write in Brazilian Portuguese, sorry for english or other language guys but it can be adapted.

Write from 1 to 9999 

Based on a forum in http://scriptbrasil.com.br/forum/index.php?showtopic=105695</p> ]]></description>
<pubDate>Fri, 29 Jun 2012 23:36:20 GMT</pubDate>
<guid>http://snipplr.com/view/65870/number-in-words-nmero-por-extenso/</guid>
</item>
<item>
<title>(JavaScript) Escribir vertical - rickyslow</title>
<link>http://snipplr.com/view/64044/escribir-vertical/</link>
<description><![CDATA[ <p>Escribir vertical</p> ]]></description>
<pubDate>Tue, 20 Mar 2012 06:58:27 GMT</pubDate>
<guid>http://snipplr.com/view/64044/escribir-vertical/</guid>
</item>
<item>
<title>(PHP) Convert numbers to words (Bulgarian language) - stz184</title>
<link>http://snipplr.com/view/62021/convert-numbers-to-words-bulgarian-language/</link>
<description><![CDATA[ <p>This function accept one parameter (integer or float) and returns the same number writed with words. Useful for currencies and invoices.</p> ]]></description>
<pubDate>Tue, 20 Dec 2011 21:18:02 GMT</pubDate>
<guid>http://snipplr.com/view/62021/convert-numbers-to-words-bulgarian-language/</guid>
</item>
<item>
<title>(PHP) PHP Limit Words - MichaelM</title>
<link>http://snipplr.com/view/60138/php-limit-words/</link>
<description><![CDATA[ <p>Example:

echo limitWords('This is my string personally i think its too long',2);

Will return "This is"</p> ]]></description>
<pubDate>Tue, 25 Oct 2011 02:45:58 GMT</pubDate>
<guid>http://snipplr.com/view/60138/php-limit-words/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Convert Numbers to Words - adrianparr</title>
<link>http://snipplr.com/view/48692/as3-convert-numbers-to-words/</link>
<description><![CDATA[ <p>Full credit for this goes to Deva Raj (@nsdevaraj). This is also a good function for doing a similar thing, http://snipplr.com/view/27954/as3-convert-a-number-to-a-string/</p> ]]></description>
<pubDate>Wed, 09 Feb 2011 23:21:32 GMT</pubDate>
<guid>http://snipplr.com/view/48692/as3-convert-numbers-to-words/</guid>
</item>
<item>
<title>(PHP) Shorten text without cutting words - alesma</title>
<link>http://snipplr.com/view/47919/shorten-text-without-cutting-words/</link>
<description><![CDATA[ <p>This help you cutting text without cut the last word. Any feedback appreciated!</p> ]]></description>
<pubDate>Thu, 27 Jan 2011 00:44:19 GMT</pubDate>
<guid>http://snipplr.com/view/47919/shorten-text-without-cutting-words/</guid>
</item>
<item>
<title>(Ruby) Find words adjacent to a word given by its index in a string - jatkins</title>
<link>http://snipplr.com/view/45135/find-words-adjacent-to-a-word-given-by-its-index-in-a-string/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 02 Dec 2010 08:52:55 GMT</pubDate>
<guid>http://snipplr.com/view/45135/find-words-adjacent-to-a-word-given-by-its-index-in-a-string/</guid>
</item>
<item>
<title>(JavaScript) JavaScript ucFirst (capitalize the first letter in a string) - jatkins</title>
<link>http://snipplr.com/view/43670/javascript-ucfirst-capitalize-the-first-letter-in-a-string/</link>
<description><![CDATA[ <p>Public domain. This will capitalize the first letter of a string, and decapitalize the rest.</p> ]]></description>
<pubDate>Sat, 06 Nov 2010 05:19:50 GMT</pubDate>
<guid>http://snipplr.com/view/43670/javascript-ucfirst-capitalize-the-first-letter-in-a-string/</guid>
</item>
<item>
<title>(Python) Find rhyming words - fatribz</title>
<link>http://snipplr.com/view/41707/find-rhyming-words/</link>
<description><![CDATA[ <p>needs external library lxml</p> ]]></description>
<pubDate>Thu, 07 Oct 2010 04:14:30 GMT</pubDate>
<guid>http://snipplr.com/view/41707/find-rhyming-words/</guid>
</item>
<item>
<title>(PHP) How to set a maximum word count on post titles - gd6d</title>
<link>http://snipplr.com/view/41000/how-to-set-a-maximum-word-count-on-post-titles/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 24 Sep 2010 20:32:43 GMT</pubDate>
<guid>http://snipplr.com/view/41000/how-to-set-a-maximum-word-count-on-post-titles/</guid>
</item>
<item>
<title>(PHP) Вывод определенного кол-ва слов - sayber</title>
<link>http://snipplr.com/view/40958/---/</link>
<description><![CDATA[ <p>/**
* Функция выводит указанае кол-во слов  
* 
* @param int $count количество слов которое надо вывести
* @param string $str  текст
*/</p> ]]></description>
<pubDate>Thu, 23 Sep 2010 17:21:14 GMT</pubDate>
<guid>http://snipplr.com/view/40958/---/</guid>
</item>
<item>
<title>(ActionScript 3) replacing words within strings - cessnajumpin</title>
<link>http://snipplr.com/view/38074/replacing-words-within-strings/</link>
<description><![CDATA[ <p>All credit for this goes to iheartactionscript.com
I'm just copying it here so I won't have to remember where I found it</p> ]]></description>
<pubDate>Fri, 30 Jul 2010 04:37:21 GMT</pubDate>
<guid>http://snipplr.com/view/38074/replacing-words-within-strings/</guid>
</item>
<item>
<title>(PHP) Calculate Levenshtein distance between two strings - adampatterson</title>
<link>http://snipplr.com/view/34038/calculate-levenshtein-distance-between-two-strings/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 07 May 2010 23:58:08 GMT</pubDate>
<guid>http://snipplr.com/view/34038/calculate-levenshtein-distance-between-two-strings/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Convert a Number to a String - adrianparr</title>
<link>http://snipplr.com/view/27954/as3-convert-a-number-to-a-string/</link>
<description><![CDATA[ <p>// Example usage ...

trace(fNumToWord(56345));

// Output ...
// Fifty-Six Thousand and Three Hundred and Forty-Five</p> ]]></description>
<pubDate>Mon, 08 Feb 2010 16:05:59 GMT</pubDate>
<guid>http://snipplr.com/view/27954/as3-convert-a-number-to-a-string/</guid>
</item>
<item>
<title>(PHP) GetTimeDifferenceInWords - oscarduignan</title>
<link>http://snipplr.com/view/13292/gettimedifferenceinwords/</link>
<description><![CDATA[ <p>Simple function to recreate the distance_of_time_in_words function from rails.</p> ]]></description>
<pubDate>Thu, 19 Mar 2009 19:50:32 GMT</pubDate>
<guid>http://snipplr.com/view/13292/gettimedifferenceinwords/</guid>
</item>
<item>
<title>(PHP) Limit Words in a String - fackz</title>
<link>http://snipplr.com/view/12987/limit-words-in-a-string/</link>
<description><![CDATA[ <p>If you wanted to do this effect quickly, you could just use the function substr(). However, the substr() function only limits the number of characters being displayed. The returned result would be an excerpt of text that may or may not have the ending word cut-off.</p> ]]></description>
<pubDate>Wed, 11 Mar 2009 15:18:49 GMT</pubDate>
<guid>http://snipplr.com/view/12987/limit-words-in-a-string/</guid>
</item>
<item>
<title>(ActionScript 3) TimeAgoInWords - robksawyer</title>
<link>http://snipplr.com/view/12751/timeagoinwords/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 03 Mar 2009 02:55:59 GMT</pubDate>
<guid>http://snipplr.com/view/12751/timeagoinwords/</guid>
</item>
<item>
<title>(ActionScript 3) Remove Duplicate words in Array - blainejoubert</title>
<link>http://snipplr.com/view/12274/remove-duplicate-words-in-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 17 Feb 2009 08:25:11 GMT</pubDate>
<guid>http://snipplr.com/view/12274/remove-duplicate-words-in-array/</guid>
</item>
<item>
<title>(PHP) Limit WordPress excerpts - kristarella</title>
<link>http://snipplr.com/view/11357/limit-wordpress-excerpts/</link>
<description><![CDATA[ <p>Thanks to LenK on the WP forums.</p> ]]></description>
<pubDate>Tue, 20 Jan 2009 19:44:31 GMT</pubDate>
<guid>http://snipplr.com/view/11357/limit-wordpress-excerpts/</guid>
</item>
<item>
<title>(PHP) PHP: Remove Common Words - mattkenefick</title>
<link>http://snipplr.com/view/6353/php-remove-common-words/</link>
<description><![CDATA[ <p>Removes common words from strings.</p> ]]></description>
<pubDate>Tue, 20 May 2008 13:10:54 GMT</pubDate>
<guid>http://snipplr.com/view/6353/php-remove-common-words/</guid>
</item>
</channel>
</rss>