<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - misteroneill</title>
<link>http://snipplr.com/users/misteroneill/tags/String</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 16 Feb 2012 11:37:53 GMT</pubDate>
<item>
<title>(PHP) Check for New Lines</title>
<link>http://snipplr.com/view/19090/check-for-new-lines/</link>
<description><![CDATA[ <p>This function simply returns a Boolean value to determine whether or not a string containers new line characters.  Useful in cleaning data.</p> ]]></description>
<pubDate>Tue, 01 Sep 2009 00:12:57 GMT</pubDate>
<guid>http://snipplr.com/view/19090/check-for-new-lines/</guid>
</item>
<item>
<title>(PHP) Replace URLs in String with HTML Links</title>
<link>http://snipplr.com/view/19085/replace-urls-in-string-with-html-links/</link>
<description><![CDATA[ <p>This is a simple function to parse a string and turn any URLs it finds into links.  Adds a rel attribute to the link with a value of "nofollow" by default.</p> ]]></description>
<pubDate>Mon, 31 Aug 2009 23:53:00 GMT</pubDate>
<guid>http://snipplr.com/view/19085/replace-urls-in-string-with-html-links/</guid>
</item>
<item>
<title>(PHP) Stripslashes from String or Array</title>
<link>http://snipplr.com/view/18758/stripslashes-from-string-or-array/</link>
<description><![CDATA[ <p>If you're on a server that uses magic_quotes and you can't change that (depending on php.ini settings) I've used this function to remove annoying escape slashes.  Also, sometimes you'll work with data coming from a database that someone wrote escaping slashes into.</p> ]]></description>
<pubDate>Sun, 23 Aug 2009 22:10:23 GMT</pubDate>
<guid>http://snipplr.com/view/18758/stripslashes-from-string-or-array/</guid>
</item>
</channel>
</rss>
