<?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/clean</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 09 Jul 2008 04:16:50 GMT</pubDate>
<item>
<title>(PHP) Strip punctuation from text. - localhorst</title>
<link>http://snipplr.com/view/5373/strip-punctuation-from-text/</link>
<description><![CDATA[ <p>When processing text for a search engine or analysis tool, code needs to strip out punctuation, formatting, spacing, and control characters to reveal indexable text. In international text there are hundreds of these characters, and some should be removed in one context, but not in another. This tip shows how.</p> ]]></description>
<pubDate>Tue, 11 Mar 2008 19:13:31 GMT</pubDate>
<guid>http://snipplr.com/view/5373/strip-punctuation-from-text/</guid>
</item>
<item>
<title>(PHP) Clean Word HTML using Regular Expressions - localhorst</title>
<link>http://snipplr.com/view/5217/clean-word-html-using-regular-expressions/</link>
<description><![CDATA[ <p>The PHP Code appears in Post Comments</p> ]]></description>
<pubDate>Wed, 27 Feb 2008 13:49:45 GMT</pubDate>
<guid>http://snipplr.com/view/5217/clean-word-html-using-regular-expressions/</guid>
</item>
<item>
<title>(PHP) Clean URL - brent-man</title>
<link>http://snipplr.com/view/4227/clean-url/</link>
<description><![CDATA[ <p>.htaccess:
RewriteEngine On
RewriteBase /
#images.php, browse.php, index.php
RewriteRule ^(images|browse|index)(/.*)?$ $1.php
# above can obviously be expanded

#GoDaddy users add this to the beginning of your htaccess or you will throw an error
Options +MultiViews +FollowSymLinks
#make sure you wait about 5-10 minutes after uploading the revised .htaccess, for some reason,
#GoDaddy takes a few minutes to revise the .htaccess</p> ]]></description>
<pubDate>Sat, 01 Dec 2007 11:59:31 GMT</pubDate>
<guid>http://snipplr.com/view/4227/clean-url/</guid>
</item>
<item>
<title>(PHP) clean user input data ( GET, POST, COOKIE ) - peteypablonz</title>
<link>http://snipplr.com/view/4165/clean-user-input-data--get-post-cookie-/</link>
<description><![CDATA[ <p>Created for my own purposes, thought I'd share though ;)

copy paste at the top of your file and it does the magic :)</p> ]]></description>
<pubDate>Wed, 21 Nov 2007 03:57:32 GMT</pubDate>
<guid>http://snipplr.com/view/4165/clean-user-input-data--get-post-cookie-/</guid>
</item>
<item>
<title>(PHP) php clean output - gdonald</title>
<link>http://snipplr.com/view/1206/php-clean-output/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 27 Sep 2006 08:54:04 GMT</pubDate>
<guid>http://snipplr.com/view/1206/php-clean-output/</guid>
</item>
</channel>
</rss>