<?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/php/tags/String</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 13:30:37 GMT</pubDate>
<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>(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>(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>
<item>
<title>(PHP) MySQL INSERT Query Generator w/ Strings - lemcoe9</title>
<link>http://snipplr.com/view/66107/mysql-insert-query-generator-w-strings/</link>
<description><![CDATA[ <p>Takes your table name and key=>value array of values and returns the text for inserting into a MySQL database. Automatically surrounds strings with single quotes.</p> ]]></description>
<pubDate>Fri, 13 Jul 2012 02:39:08 GMT</pubDate>
<guid>http://snipplr.com/view/66107/mysql-insert-query-generator-w-strings/</guid>
</item>
<item>
<title>(PHP) Cut long string to n symbols preserving words (UTF-8) - chupzzz</title>
<link>http://snipplr.com/view/65763/cut-long-string-to-n-symbols-preserving-words-utf8/</link>
<description><![CDATA[ <p>Cut the string to needed length with keeping words.</p> ]]></description>
<pubDate>Fri, 22 Jun 2012 23:31:59 GMT</pubDate>
<guid>http://snipplr.com/view/65763/cut-long-string-to-n-symbols-preserving-words-utf8/</guid>
</item>
<item>
<title>(PHP) Php Random String Generator - _reydin_</title>
<link>http://snipplr.com/view/65752/php-random-string-generator/</link>
<description><![CDATA[ <p>This will generate a random alpha numeric string 20 characters long.</p> ]]></description>
<pubDate>Fri, 22 Jun 2012 08:00:37 GMT</pubDate>
<guid>http://snipplr.com/view/65752/php-random-string-generator/</guid>
</item>
<item>
<title>(PHP) ## strip_special_chars($string) [php] - Narayon</title>
<link>http://snipplr.com/view/65707/-stripspecialcharsstring-php/</link>
<description><![CDATA[ <p>replace special characters</p> ]]></description>
<pubDate>Tue, 19 Jun 2012 20:26:11 GMT</pubDate>
<guid>http://snipplr.com/view/65707/-stripspecialcharsstring-php/</guid>
</item>
<item>
<title>(PHP) Remove specific words from a string - pruntrut</title>
<link>http://snipplr.com/view/65038/remove-specific-words-from-a-string/</link>
<description><![CDATA[ <p>Remove specific words from a string</p> ]]></description>
<pubDate>Wed, 23 May 2012 21:08:27 GMT</pubDate>
<guid>http://snipplr.com/view/65038/remove-specific-words-from-a-string/</guid>
</item>
<item>
<title>(PHP) Converts phone numbers to the formatting standard - pruntrut</title>
<link>http://snipplr.com/view/65037/converts-phone-numbers-to-the-formatting-standard/</link>
<description><![CDATA[ <p>Converts phone numbers to the formatting standard</p> ]]></description>
<pubDate>Wed, 23 May 2012 21:03:59 GMT</pubDate>
<guid>http://snipplr.com/view/65037/converts-phone-numbers-to-the-formatting-standard/</guid>
</item>
<item>
<title>(PHP) Change string first letter to uppercase - pruntrut</title>
<link>http://snipplr.com/view/64995/change-string-first-letter-to-uppercase/</link>
<description><![CDATA[ <p>Change string first letter to uppercase</p> ]]></description>
<pubDate>Tue, 22 May 2012 23:24:54 GMT</pubDate>
<guid>http://snipplr.com/view/64995/change-string-first-letter-to-uppercase/</guid>
</item>
<item>
<title>(PHP) PHP String - mscribellito</title>
<link>http://snipplr.com/view/64192/php-string/</link>
<description><![CDATA[ <p>A PHP Class similar to Java's String Object</p> ]]></description>
<pubDate>Wed, 28 Mar 2012 03:32:12 GMT</pubDate>
<guid>http://snipplr.com/view/64192/php-string/</guid>
</item>
<item>
<title>(PHP) PHP function to extract keywords from a string of text - TimoZachi</title>
<link>http://snipplr.com/view/63015/php-function-to-extract-keywords-from-a-string-of-text/</link>
<description><![CDATA[ <p>This is a function that receives a string as an argument (along with other config optional arguments) and locates all keywords (words that appear most) from that string, returning the keywords as an array or as a string separated by commas. The function works correctly, but i'm working on improving it, so any sugestions please comment.</p> ]]></description>
<pubDate>Fri, 03 Feb 2012 04:10:30 GMT</pubDate>
<guid>http://snipplr.com/view/63015/php-function-to-extract-keywords-from-a-string-of-text/</guid>
</item>
</channel>
</rss>