<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Clean file name in PHP with Regular Expressions</title>
	<atom:link href="http://protech.ws4.org/php/clean-file-name-php-regular-expression/feed" rel="self" type="application/rss+xml" />
	<link>http://protech.ws4.org/php/clean-file-name-php-regular-expression</link>
	<description>Technology, webmarketing and world</description>
	<lastBuildDate>Wed, 23 Sep 2009 16:35:07 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://protech.ws4.org/php/clean-file-name-php-regular-expression/comment-page-1#comment-97</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 06 Jul 2009 09:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://protech.ws4.org/php/clean-file-name-php-regular-expression#comment-97</guid>
		<description>You&#039;re totally right. I&#039;ve already updated the function using strripos. Thanks.</description>
		<content:encoded><![CDATA[<p>You&#8217;re totally right. I&#8217;ve already updated the function using strripos. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nico_nico</title>
		<link>http://protech.ws4.org/php/clean-file-name-php-regular-expression/comment-page-1#comment-96</link>
		<dc:creator>nico_nico</dc:creator>
		<pubDate>Mon, 06 Jul 2009 09:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://protech.ws4.org/php/clean-file-name-php-regular-expression#comment-96</guid>
		<description>I&#039;d suggest to use the strripos() function instead of stripos(). It will solve the multiple periods issue in the file name.</description>
		<content:encoded><![CDATA[<p>I&#8217;d suggest to use the strripos() function instead of stripos(). It will solve the multiple periods issue in the file name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kays</title>
		<link>http://protech.ws4.org/php/clean-file-name-php-regular-expression/comment-page-1#comment-94</link>
		<dc:creator>Kays</dc:creator>
		<pubDate>Fri, 05 Jun 2009 14:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://protech.ws4.org/php/clean-file-name-php-regular-expression#comment-94</guid>
		<description>Nice function and just what I was looking for. However I noticed a problem when there are multiple periods (dots) in the file name. I would suggest using the following to separate the file extension.

</description>
		<content:encoded><![CDATA[<p>Nice function and just what I was looking for. However I noticed a problem when there are multiple periods (dots) in the file name. I would suggest using the following to separate the file extension.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://protech.ws4.org/php/clean-file-name-php-regular-expression/comment-page-1#comment-93</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 04 Feb 2009 17:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://protech.ws4.org/php/clean-file-name-php-regular-expression#comment-93</guid>
		<description>This post meant to be a simple function to clean a filename, specially from latin chars that is a common problem in web servers.
If you have some question or suggestion be comfortable to make it.</description>
		<content:encoded><![CDATA[<p>This post meant to be a simple function to clean a filename, specially from latin chars that is a common problem in web servers.<br />
If you have some question or suggestion be comfortable to make it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
