<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>Barattalo &#187; regex</title>
	<atom:link href="http://www.barattalo.it/tag/regex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.barattalo.it</link>
	<description>code snippets, classes and other stuff for developers</description>
	<lastBuildDate>Mon, 07 Nov 2011 11:40:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ASP equivalent to PHP strip_tags</title>
		<link>http://www.barattalo.it/2010/02/09/asp-strip-tags-function-equivalent-to-php/</link>
		<comments>http://www.barattalo.it/2010/02/09/asp-strip-tags-function-equivalent-to-php/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 09:09:17 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Asp]]></category>
		<category><![CDATA[PHPvsASP]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[RegExp]]></category>
		<category><![CDATA[strip_tags]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=445</guid>
		<description><![CDATA[I&#8217;ve found those functions around in the internet and I put them here just to remind how to strip tags with ASP. In ASP there isn&#8217;t an equivalent of PHP strip_tags function, so, here there are two function that do this with regular expressions. The first function strips anything: The second one has an &#8220;allowed [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2009/11/10/asp-equivalent-to-php-ereg_replace-function/' rel='bookmark' title='ASP equivalent to PHP ereg_replace function'>ASP equivalent to PHP ereg_replace function</a></li>
<li><a href='http://www.barattalo.it/2009/11/10/asp-equivalent-to-php-ucfirst-function/' rel='bookmark' title='ASP equivalent to PHP Ucfirst function'>ASP equivalent to PHP Ucfirst function</a></li>
<li><a href='http://www.barattalo.it/2010/01/16/php-web-page-to-text-function/' rel='bookmark' title='PHP Web page to text function'>PHP Web page to text function</a></li>
<li><a href='http://www.barattalo.it/2010/10/06/php-function-embed-video-youtube-vimeo/' rel='bookmark' title='Php Function to resize video from YouTube and Vimeo'>Php Function to resize video from YouTube and Vimeo</a></li>
<li><a href='http://www.barattalo.it/2010/11/25/get-url-parameter-in-javascript/' rel='bookmark' title='Get URL parameter in javascript'>Get URL parameter in javascript</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/02/09/asp-strip-tags-function-equivalent-to-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Test if a remote url exists with PHP and CURL</title>
		<link>http://www.barattalo.it/2010/01/06/test-if-a-remote-url-exists-with-php-and-curl/</link>
		<comments>http://www.barattalo.it/2010/01/06/test-if-a-remote-url-exists-with-php-and-curl/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 09:13:15 +0000</pubDate>
		<dc:creator>Giulio Pons</dc:creator>
				<category><![CDATA[Php]]></category>
		<category><![CDATA[Spiders & web bots]]></category>
		<category><![CDATA[check url]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[get_headers]]></category>
		<category><![CDATA[preg_match]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[Regular expression]]></category>
		<category><![CDATA[url validator]]></category>

		<guid isPermaLink="false">http://www.barattalo.it/?p=283</guid>
		<description><![CDATA[If you have to test if a local file exists you will probably use the php file_exists function, but if you have to test a remote file, that is to say a remote url, than you can use CURL and get the headers returned by the http request. If you receive a 200 code, than [...]


Related posts:<ol><li><a href='http://www.barattalo.it/2011/11/01/php-code-to-check-if-remote-mp3-exists/' rel='bookmark' title='PHP code to check if remote mp3 exists'>PHP code to check if remote mp3 exists</a></li>
<li><a href='http://www.barattalo.it/2010/03/01/php-curl-bot-to-update-facebook-status/' rel='bookmark' title='PHP curl bot to update Facebook status'>PHP curl bot to update Facebook status</a></li>
<li><a href='http://www.barattalo.it/2010/09/09/how-to-change-twitter-status-with-php-and-curl-without-oauth/' rel='bookmark' title='How to change twitter status with php and curl without oAuth'>How to change twitter status with php and curl without oAuth</a></li>
<li><a href='http://www.barattalo.it/2009/12/29/tiny-url-encode-and-decode-with-php/' rel='bookmark' title='Tiny url encode and decode with PHP'>Tiny url encode and decode with PHP</a></li>
<li><a href='http://www.barattalo.it/2010/01/16/copying-remote-files-on-your-server-with-php/' rel='bookmark' title='Copying remote files on your server with PHP'>Copying remote files on your server with PHP</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.barattalo.it/2010/01/06/test-if-a-remote-url-exists-with-php-and-curl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

