<?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; strip_tags</title>
	<atom:link href="http://www.barattalo.it/tag/strip_tags/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>
	</channel>
</rss>

