<?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: Strip Whitespace From String ActionScript 3.0</title>
	<atom:link href="http://labs.ghostinteractive.net/strip-whitespace/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.ghostinteractive.net/strip-whitespace/</link>
	<description>This site is currently inactive. Support for the Overlay Extension for OpenZoom will be provided. Feel free to leave questions or comments and I&#039;ll try to get back to you prompty</description>
	<lastBuildDate>Fri, 12 Mar 2010 14:43:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Penman</title>
		<link>http://labs.ghostinteractive.net/strip-whitespace/comment-page-1/#comment-5</link>
		<dc:creator>James Penman</dc:creator>
		<pubDate>Mon, 07 Dec 2009 01:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://ghostinteractive.wordpress.com/?p=341#comment-5</guid>
		<description>Jeremy, thanks man. This is exactly what I was looking for. Consider yourself a new member of my google reader RSS feeds.</description>
		<content:encoded><![CDATA[<p>Jeremy, thanks man. This is exactly what I was looking for. Consider yourself a new member of my google reader RSS feeds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://labs.ghostinteractive.net/strip-whitespace/comment-page-1/#comment-4</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Thu, 16 Jul 2009 01:43:51 +0000</pubDate>
		<guid isPermaLink="false">http://ghostinteractive.wordpress.com/?p=341#comment-4</guid>
		<description>Nice catch!

Looks like the back-slashes were stripped from the original post before I switched to using dp.SyntaxHighlighter. I&#039;ve fixed the missing back-slashes in the code example. Should work like a charm now.

Thanks</description>
		<content:encoded><![CDATA[<p>Nice catch!</p>
<p>Looks like the back-slashes were stripped from the original post before I switched to using dp.SyntaxHighlighter. I&#8217;ve fixed the missing back-slashes in the code example. Should work like a charm now.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Veena</title>
		<link>http://labs.ghostinteractive.net/strip-whitespace/comment-page-1/#comment-3</link>
		<dc:creator>Veena</dc:creator>
		<pubDate>Wed, 15 Jul 2009 19:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://ghostinteractive.wordpress.com/?p=341#comment-3</guid>
		<description>Looks a good approach. But the reg exp
var whitespace:RegExp = /(t&#124;n&#124;s{2,})/g;
is striping out  &#039;t&#039; &#039;s and &#039;n&#039; &#039;s instead of tabs and newlines.</description>
		<content:encoded><![CDATA[<p>Looks a good approach. But the reg exp<br />
var whitespace:RegExp = /(t|n|s{2,})/g;<br />
is striping out  &#8216;t&#8217; &#8217;s and &#8216;n&#8217; &#8217;s instead of tabs and newlines.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
