<?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"
	>
<channel>
	<title>Comments on: Javascript: trim leading and trailing spaces</title>
	<atom:link href="http://www.qodo.co.uk/blog/javascript-trim-leading-and-trailing-spaces/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.qodo.co.uk/blog/javascript-trim-leading-and-trailing-spaces/</link>
	<description>Home of Web Designer, Stewart Orr</description>
	<pubDate>Thu, 20 Nov 2008 07:23:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Ryan</title>
		<link>http://www.qodo.co.uk/blog/javascript-trim-leading-and-trailing-spaces/#comment-280</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 25 Jul 2008 11:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.qodo.co.uk/blog/javascript-remove-leading-or-trailing-spaces/#comment-280</guid>
		<description>Implement the trim method as a prototype. Have a look at this article: http://www.whadiz.com/what-is.aspx/programming/javascript/javascript-trim</description>
		<content:encoded><![CDATA[<p>Implement the trim method as a prototype. Have a look at this article: <a href="http://www.whadiz.com/what-is.aspx/programming/javascript/javascript-trim" rel="nofollow">http://www.whadiz.com/what-is.aspx/programming/javascript/javascript-trim</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rishi Katara</title>
		<link>http://www.qodo.co.uk/blog/javascript-trim-leading-and-trailing-spaces/#comment-255</link>
		<dc:creator>Rishi Katara</dc:creator>
		<pubDate>Thu, 01 May 2008 08:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.qodo.co.uk/blog/javascript-remove-leading-or-trailing-spaces/#comment-255</guid>
		<description>working very nice, thanx.</description>
		<content:encoded><![CDATA[<p>working very nice, thanx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stewart</title>
		<link>http://www.qodo.co.uk/blog/javascript-trim-leading-and-trailing-spaces/#comment-159</link>
		<dc:creator>Stewart</dc:creator>
		<pubDate>Wed, 16 May 2007 16:05:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.qodo.co.uk/blog/javascript-remove-leading-or-trailing-spaces/#comment-159</guid>
		<description>That simply &lt;strong&gt;removes any spaces that come after a new line&lt;/strong&gt;. It could be optimized to remove multiple spaces after a new line.</description>
		<content:encoded><![CDATA[<p>That simply <strong>removes any spaces that come after a new line</strong>. It could be optimized to remove multiple spaces after a new line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ace_NoOne</title>
		<link>http://www.qodo.co.uk/blog/javascript-trim-leading-and-trailing-spaces/#comment-157</link>
		<dc:creator>Ace_NoOne</dc:creator>
		<pubDate>Fri, 11 May 2007 13:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.qodo.co.uk/blog/javascript-remove-leading-or-trailing-spaces/#comment-157</guid>
		<description>Very nice - thanks!
(Why the &lt;code&gt;s.replace(/\n /,"\n")&lt;/code&gt; though - what's that for?)</description>
		<content:encoded><![CDATA[<p>Very nice - thanks!<br />
(Why the <code>s.replace(/\n /,"\n")</code> though - what&#8217;s that for?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vectorialpx</title>
		<link>http://www.qodo.co.uk/blog/javascript-trim-leading-and-trailing-spaces/#comment-39</link>
		<dc:creator>vectorialpx</dc:creator>
		<pubDate>Fri, 30 Mar 2007 20:58:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.qodo.co.uk/blog/javascript-remove-leading-or-trailing-spaces/#comment-39</guid>
		<description>that's nice...</description>
		<content:encoded><![CDATA[<p>that&#8217;s nice&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
