<?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/word</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 05:13:50 GMT</pubDate>
<item>
<title>(jQuery) Find a string and replace it with another string - vaughanj</title>
<link>http://snipplr.com/view/69722/find-a-string-and-replace-it-with-another-string/</link>
<description><![CDATA[ <p>Finds a matching string in a DOM element and replaces it with another string. 

Originally used to change "[Entries] in CategoryA" to "[Projects] in CategoryA".</p> ]]></description>
<pubDate>Fri, 01 Feb 2013 03:10:02 GMT</pubDate>
<guid>http://snipplr.com/view/69722/find-a-string-and-replace-it-with-another-string/</guid>
</item>
<item>
<title>(Visual Basic) Linked Chart Update - sjmoorecouk</title>
<link>http://snipplr.com/view/67919/linked-chart-update/</link>
<description><![CDATA[ <p>Relinks chart objects to a new source (where newfile is the variable containing that new full path/file source info)</p> ]]></description>
<pubDate>Thu, 25 Oct 2012 02:53:33 GMT</pubDate>
<guid>http://snipplr.com/view/67919/linked-chart-update/</guid>
</item>
<item>
<title>(Bash) Bash exscript to replace word occurrences - symsec</title>
<link>http://snipplr.com/view/67844/bash-exscript-to-replace-word-occurrences/</link>
<description><![CDATA[ <p>As portrayed by the example found in the [Advanced Bash Scripting guide](http://tldp.org/LDP/abs/html/here-docs.html) this demonstrates a few techniques</p> ]]></description>
<pubDate>Sat, 20 Oct 2012 17:51:43 GMT</pubDate>
<guid>http://snipplr.com/view/67844/bash-exscript-to-replace-word-occurrences/</guid>
</item>
<item>
<title>(Bash) Bash exscript to replace word occurrences - symsec</title>
<link>http://snipplr.com/view/67843/bash-exscript-to-replace-word-occurrences/</link>
<description><![CDATA[ <p>As portrayed by the example found in the [Advanced Bash Scripting guide](http://tldp.org/LDP/abs/html/here-docs.html) this demonstrates a few techniques</p> ]]></description>
<pubDate>Sat, 20 Oct 2012 17:51:06 GMT</pubDate>
<guid>http://snipplr.com/view/67843/bash-exscript-to-replace-word-occurrences/</guid>
</item>
<item>
<title>(PHP) Anti-Word Alert - travishines</title>
<link>http://snipplr.com/view/61209/antiword-alert/</link>
<description><![CDATA[ <p>I've yet to work on a WordPress site where at least once post wasn't copied from Microsoft Word, producing a mess of inline tags and awful markup.

This helps prevent that, just a little.</p> ]]></description>
<pubDate>Sat, 26 Nov 2011 05:37:37 GMT</pubDate>
<guid>http://snipplr.com/view/61209/antiword-alert/</guid>
</item>
<item>
<title>(Pascal) Pascal Word Count and Capitalization Sample Program - jatkins</title>
<link>http://snipplr.com/view/59299/pascal-word-count-and-capitalization-sample-program/</link>
<description><![CDATA[ <p>Public domain.</p> ]]></description>
<pubDate>Fri, 30 Sep 2011 23:42:21 GMT</pubDate>
<guid>http://snipplr.com/view/59299/pascal-word-count-and-capitalization-sample-program/</guid>
</item>
<item>
<title>(JavaScript) Javascript - Trim string length by word count - psradich111</title>
<link>http://snipplr.com/view/58076/javascript--trim-string-length-by-word-count/</link>
<description><![CDATA[ <p>Trim a string to a defined number of words</p> ]]></description>
<pubDate>Mon, 22 Aug 2011 06:13:48 GMT</pubDate>
<guid>http://snipplr.com/view/58076/javascript--trim-string-length-by-word-count/</guid>
</item>
<item>
<title>(PHP) Number to word converter (0-1 googol) - lasavior</title>
<link>http://snipplr.com/view/57646/number-to-word-converter-01-googol/</link>
<description><![CDATA[ <p>Takes a number (no decimal) and converts it to written words.Why'd i write it to be able to do such big numbers? Why not? 

Note: The numbers next to the 'thousandfoldnums' are for your reference (thats how many zeros/places there are in that number), they have no function in the script.

I wrote this as a simple exercise to see if i could. I was reading something and a user mentioned that this was difficult. Even at my slow and limited programming capabilities i still did this in under two hours (still longer than i anticipated, but given my speed its still relatively short), pretty simple really. So here it is for anyone that needs it.</p> ]]></description>
<pubDate>Fri, 05 Aug 2011 08:05:28 GMT</pubDate>
<guid>http://snipplr.com/view/57646/number-to-word-converter-01-googol/</guid>
</item>
<item>
<title>(PHP) Super-short PHP Word Limiter - mindshare</title>
<link>http://snipplr.com/view/50505/supershort-php-word-limiter/</link>
<description><![CDATA[ <p>Cut PHP strings at full word breaks.</p> ]]></description>
<pubDate>Fri, 11 Mar 2011 04:24:39 GMT</pubDate>
<guid>http://snipplr.com/view/50505/supershort-php-word-limiter/</guid>
</item>
<item>
<title>(JavaScript) Word breaker (or how to split a string into lines) - tomasdev</title>
<link>http://snipplr.com/view/49646/word-breaker-or-how-to-split-a-string-into-lines/</link>
<description><![CDATA[ <p>Parameters: required **[string]**, optional **[number of lines]**.     
 
By default it breaks the string passed into 3 lines.    
  
It takes a string and converts it to an array of strings, splitting the original string into smaller parts (useful for word breaking).</p> ]]></description>
<pubDate>Fri, 25 Feb 2011 14:38:31 GMT</pubDate>
<guid>http://snipplr.com/view/49646/word-breaker-or-how-to-split-a-string-into-lines/</guid>
</item>
<item>
<title>(PHP) Word Limiter - breakerjump</title>
<link>http://snipplr.com/view/49286/word-limiter/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 20 Feb 2011 18:19:32 GMT</pubDate>
<guid>http://snipplr.com/view/49286/word-limiter/</guid>
</item>
<item>
<title>(PHP) Find adjacent words - jatkins</title>
<link>http://snipplr.com/view/48123/find-adjacent-words/</link>
<description><![CDATA[ <p>Released into the public domain. Always supply `$position` as the index of a character within `$text` that is not a space.</p> ]]></description>
<pubDate>Mon, 31 Jan 2011 07:01:28 GMT</pubDate>
<guid>http://snipplr.com/view/48123/find-adjacent-words/</guid>
</item>
<item>
<title>(Bash) test that pwgen does not produce duplicate words - noah</title>
<link>http://snipplr.com/view/45623/test-that-pwgen-does-not-produce-duplicate-words/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 11 Dec 2010 15:20:34 GMT</pubDate>
<guid>http://snipplr.com/view/45623/test-that-pwgen-does-not-produce-duplicate-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>(PHP) Modified Word limit function - resting</title>
<link>http://snipplr.com/view/43800/modified-word-limit-function/</link>
<description><![CDATA[ <p>modification to [http://snipplr.com/view/12987/limit-words-in-a-string/](http://snipplr.com/view/12987/limit-words-in-a-string/)  

Appends ... if string is truncated.</p> ]]></description>
<pubDate>Tue, 09 Nov 2010 13:43:08 GMT</pubDate>
<guid>http://snipplr.com/view/43800/modified-word-limit-function/</guid>
</item>
<item>
<title>(C#) Returns a word count in a text block, while ignoring words within square brackets - sambou</title>
<link>http://snipplr.com/view/43689/returns-a-word-count-in-a-text-block-while-ignoring-words-within-square-brackets/</link>
<description><![CDATA[ <p>Accurate word count matches that within Microsoft Word. Additional feature that ignores all words within square brackets [ ], which were used for comments. Remove the ignore block if this feature is not required.</p> ]]></description>
<pubDate>Sat, 06 Nov 2010 11:47:38 GMT</pubDate>
<guid>http://snipplr.com/view/43689/returns-a-word-count-in-a-text-block-while-ignoring-words-within-square-brackets/</guid>
</item>
<item>
<title>(PHP) Enlight a word from text - newsok</title>
<link>http://snipplr.com/view/42931/enlight-a-word-from-text/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 26 Oct 2010 03:28:00 GMT</pubDate>
<guid>http://snipplr.com/view/42931/enlight-a-word-from-text/</guid>
</item>
<item>
<title>(JavaScript) Automatically assign a style to any written instance of word on a page - stephcode</title>
<link>http://snipplr.com/view/42737/automatically-assign-a-style-to-any-written-instance-of-word-on-a-page/</link>
<description><![CDATA[ <p>Not sure what I\'d ever use this for as it doesn\'t exactly lend itself to flexibility in the long term, but saving it anyway.</p> ]]></description>
<pubDate>Fri, 22 Oct 2010 04:49:23 GMT</pubDate>
<guid>http://snipplr.com/view/42737/automatically-assign-a-style-to-any-written-instance-of-word-on-a-page/</guid>
</item>
<item>
<title>(PHP) Word Frequency Count - bhu1st</title>
<link>http://snipplr.com/view/40983/word-frequency-count/</link>
<description><![CDATA[ <p>Credit for this code goes to the author, refer the discussion in stackoverflow.</p> ]]></description>
<pubDate>Fri, 24 Sep 2010 01:52:37 GMT</pubDate>
<guid>http://snipplr.com/view/40983/word-frequency-count/</guid>
</item>
<item>
<title>(Bash) Count Word Frequency in a File (bash4, awk) - tm</title>
<link>http://snipplr.com/view/35454/count-word-frequency-in-a-file-bash4-awk/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Jun 2010 18:38:10 GMT</pubDate>
<guid>http://snipplr.com/view/35454/count-word-frequency-in-a-file-bash4-awk/</guid>
</item>
</channel>
</rss>