<?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: trim() in JavaScript</title>
	<atom:link href="http://www.davidcramer.net/code/64/trim-in-javascript.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davidcramer.net/code/64/trim-in-javascript.html</link>
	<description>A blog about Django, JavaScript, CSS, and general web development.</description>
	<pubDate>Fri, 25 Jul 2008 10:44:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: John</title>
		<link>http://www.davidcramer.net/code/64/trim-in-javascript.html#comment-19892</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 21 May 2008 13:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/code/64/trim-in-javascript.html#comment-19892</guid>
		<description>More ways of implementing javascript: http://www.whadiz.com/c/whatis.aspx/programming/javascript/javascript_trim</description>
		<content:encoded><![CDATA[<p>More ways of implementing javascript: <a href="http://www.whadiz.com/c/whatis.aspx/programming/javascript/javascript_trim" rel="nofollow">http://www.whadiz.com/c/whatis.aspx/programming/javascript/javascript_trim</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a</title>
		<link>http://www.davidcramer.net/code/64/trim-in-javascript.html#comment-18727</link>
		<dc:creator>a</dc:creator>
		<pubDate>Wed, 05 Mar 2008 18:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/code/64/trim-in-javascript.html#comment-18727</guid>
		<description>In String.prototype fashion, encodeRE looks better like this:

String.prototype.encodeRE = function() {

    return this.replace(/([.*+?^${}()&#124;[\]\/\\])/g, '\\$1');

}</description>
		<content:encoded><![CDATA[<p>In String.prototype fashion, encodeRE looks better like this:</p>
<p>String.prototype.encodeRE = function() {</p>
<p>    return this.replace(/([.*+?^${}()|[\]\/\\])/g, &#8216;\\$1&#8242;);</p>
<p>}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
