<?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, 26 May 2013 13:04:10 GMT</pubDate>
<item>
<title>(Java) Converting String to Integer &amp;amp; Integer to String - karellism</title>
<link>http://snipplr.com/view/70879/converting-string-to-integer--integer-to-string/</link>
<description><![CDATA[ <p>Converting String to Integer &amp; Integer to String</p> ]]></description>
<pubDate>Mon, 22 Apr 2013 12:08:32 GMT</pubDate>
<guid>http://snipplr.com/view/70879/converting-string-to-integer--integer-to-string/</guid>
</item>
<item>
<title>(Ruby) Get string between two strings - joshmn</title>
<link>http://snipplr.com/view/70878/get-string-between-two-strings/</link>
<description><![CDATA[ <p>If you're using Rails and want to make this a global function, drop this into your application_controller and call it as a function.

Example:
     # get_string_between("hellomyfriendmoto", 'o', 'm')
     # > myfriend</p> ]]></description>
<pubDate>Mon, 22 Apr 2013 06:50:51 GMT</pubDate>
<guid>http://snipplr.com/view/70878/get-string-between-two-strings/</guid>
</item>
<item>
<title>(Java) search string - azovotha</title>
<link>http://snipplr.com/view/70304/search-string/</link>
<description><![CDATA[ <p>search a string inside the database an post the results into a ListView</p> ]]></description>
<pubDate>Thu, 07 Mar 2013 04:55:54 GMT</pubDate>
<guid>http://snipplr.com/view/70304/search-string/</guid>
</item>
<item>
<title>(PHP) UTF8 Friendly - phpdev</title>
<link>http://snipplr.com/view/69620/utf8-friendly/</link>
<description><![CDATA[ <p>**UTF8 Friendly PHP Class**</p> ]]></description>
<pubDate>Thu, 24 Jan 2013 22:55:29 GMT</pubDate>
<guid>http://snipplr.com/view/69620/utf8-friendly/</guid>
</item>
<item>
<title>(JavaScript) [JAVASCRIPT] Get Parameter from url query string - goo</title>
<link>http://snipplr.com/view/69560/javascript-get-parameter-from-url-query-string/</link>
<description><![CDATA[ <p>Get Parameter from url query string</p> ]]></description>
<pubDate>Mon, 21 Jan 2013 05:20:32 GMT</pubDate>
<guid>http://snipplr.com/view/69560/javascript-get-parameter-from-url-query-string/</guid>
</item>
<item>
<title>(Visual Basic) Left of - lolrenx</title>
<link>http://snipplr.com/view/69170/left-of/</link>
<description><![CDATA[ <p>Left of separator</p> ]]></description>
<pubDate>Thu, 20 Dec 2012 03:03:52 GMT</pubDate>
<guid>http://snipplr.com/view/69170/left-of/</guid>
</item>
<item>
<title>(Visual Basic) Right of Last - lolrenx</title>
<link>http://snipplr.com/view/69169/right-of-last/</link>
<description><![CDATA[ <p>Right of last instance</p> ]]></description>
<pubDate>Thu, 20 Dec 2012 03:02:57 GMT</pubDate>
<guid>http://snipplr.com/view/69169/right-of-last/</guid>
</item>
<item>
<title>(Visual Basic) Range to String - lolrenx</title>
<link>http://snipplr.com/view/69168/range-to-string/</link>
<description><![CDATA[ <p>Concatenate all text in cells with defined separator</p> ]]></description>
<pubDate>Thu, 20 Dec 2012 02:59:14 GMT</pubDate>
<guid>http://snipplr.com/view/69168/range-to-string/</guid>
</item>
<item>
<title>(JavaScript) replaceAll - mattlowden</title>
<link>http://snipplr.com/view/68686/replaceall/</link>
<description><![CDATA[ <p>Replace all instances of a string without using Regex.</p> ]]></description>
<pubDate>Wed, 21 Nov 2012 12:23:58 GMT</pubDate>
<guid>http://snipplr.com/view/68686/replaceall/</guid>
</item>
<item>
<title>(PHP) PHP Search String in Array - Case Insensitive - kosinix</title>
<link>http://snipplr.com/view/68554/php-search-string-in-array--case-insensitive/</link>
<description><![CDATA[ <p>Use it similar to in_array function of PHP.</p> ]]></description>
<pubDate>Wed, 14 Nov 2012 11:10:51 GMT</pubDate>
<guid>http://snipplr.com/view/68554/php-search-string-in-array--case-insensitive/</guid>
</item>
<item>
<title>(C) Trim in ANSII C - pjaicher</title>
<link>http://snipplr.com/view/67952/trim-in-ansii-c/</link>
<description><![CDATA[ <p>These functions will allow you to trim left and right on a string</p> ]]></description>
<pubDate>Fri, 26 Oct 2012 05:03:12 GMT</pubDate>
<guid>http://snipplr.com/view/67952/trim-in-ansii-c/</guid>
</item>
<item>
<title>(PHP) Get the text in between more text in a string. - o0110o</title>
<link>http://snipplr.com/view/67850/get-the-text-in-between-more-text-in-a-string/</link>
<description><![CDATA[ <p>Get the text in between more text in a string. Accepts $content,$start,$end &amp; $is_string as parameters.</p> ]]></description>
<pubDate>Sun, 21 Oct 2012 09:02:58 GMT</pubDate>
<guid>http://snipplr.com/view/67850/get-the-text-in-between-more-text-in-a-string/</guid>
</item>
<item>
<title>(PHP) Highlight Search Terms in Text - pruntrut</title>
<link>http://snipplr.com/view/67751/highlight-search-terms-in-text/</link>
<description><![CDATA[ <p>Highlight Search Terms in Text</p> ]]></description>
<pubDate>Tue, 16 Oct 2012 00:52:07 GMT</pubDate>
<guid>http://snipplr.com/view/67751/highlight-search-terms-in-text/</guid>
</item>
<item>
<title>(PHP) Seconds to human readable time - mburica</title>
<link>http://snipplr.com/view/67723/seconds-to-human-readable-time/</link>
<description><![CDATA[ <p>Takes a # of seconds and converts it to human readable format.
If happened within seconds-years.</p> ]]></description>
<pubDate>Sat, 13 Oct 2012 09:54:04 GMT</pubDate>
<guid>http://snipplr.com/view/67723/seconds-to-human-readable-time/</guid>
</item>
<item>
<title>(PHP) Substring between two strings - dmertl</title>
<link>http://snipplr.com/view/67576/substring-between-two-strings/</link>
<description><![CDATA[ <p>Get the substring between two strings</p> ]]></description>
<pubDate>Wed, 03 Oct 2012 12:26:03 GMT</pubDate>
<guid>http://snipplr.com/view/67576/substring-between-two-strings/</guid>
</item>
<item>
<title>(PHP) Shortening a string - Gianino</title>
<link>http://snipplr.com/view/66865/shortening-a-string/</link>
<description><![CDATA[ <p>Reduces the string size according to the parameter that has been send and put '...' at the end of the new string</p> ]]></description>
<pubDate>Thu, 23 Aug 2012 05:30:02 GMT</pubDate>
<guid>http://snipplr.com/view/66865/shortening-a-string/</guid>
</item>
<item>
<title>(PHP) random string - tucq88</title>
<link>http://snipplr.com/view/66784/random-string/</link>
<description><![CDATA[ <p>Copied from CodeIgniter</p> ]]></description>
<pubDate>Fri, 17 Aug 2012 12:52:24 GMT</pubDate>
<guid>http://snipplr.com/view/66784/random-string/</guid>
</item>
<item>
<title>(PHP) PHP - Remove all non-numeric characters - satie83</title>
<link>http://snipplr.com/view/66250/php--remove-all-nonnumeric-characters/</link>
<description><![CDATA[ <p>Sometimes it’s helpful to ONLY get numeric characters.
Phone numbers, age — whatever your little PHP heart desires.</p> ]]></description>
<pubDate>Fri, 20 Jul 2012 22:17:59 GMT</pubDate>
<guid>http://snipplr.com/view/66250/php--remove-all-nonnumeric-characters/</guid>
</item>
<item>
<title>(PHP) PHP - How to check if string contains substring PHP - satie83</title>
<link>http://snipplr.com/view/66212/php--how-to-check-if-string-contains-substring-php/</link>
<description><![CDATA[ <p>Once in a while we need to check whether a string contains substring, some other string or characters or a value. Checking for existence of a string (or substring) inside another string is easier than it might seem. The following article describes how to check for whether a string contains string in PHP, or simply said how to find string within string in PHP.</p> ]]></description>
<pubDate>Wed, 18 Jul 2012 20:48:04 GMT</pubDate>
<guid>http://snipplr.com/view/66212/php--how-to-check-if-string-contains-substring-php/</guid>
</item>
<item>
<title>(PHP) Uri multiple parameters - MonsterDev</title>
<link>http://snipplr.com/view/66131/uri-multiple-parameters/</link>
<description><![CDATA[ <p>This function allow you ti have multiple parameters in your query string.
Ex : id=12&amp;name=Doe&amp;id=42&amp;nickname=Monster</p> ]]></description>
<pubDate>Sat, 14 Jul 2012 02:02:37 GMT</pubDate>
<guid>http://snipplr.com/view/66131/uri-multiple-parameters/</guid>
</item>
</channel>
</rss>