<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Javascript RegExp Unicode Character Class Tester</title>
	<atom:link href="http://blog.hamstersoup.com/2007/02/14/javascript-regexp-unicode-character-class-tester/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hamstersoup.com/2007/02/14/javascript-regexp-unicode-character-class-tester/</link>
	<description>Exploring the next wave of data-driven apps</description>
	<lastBuildDate>Thu, 11 Mar 2010 23:42:30 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tomalak</title>
		<link>http://blog.hamstersoup.com/2007/02/14/javascript-regexp-unicode-character-class-tester/#comment-2563</link>
		<dc:creator>Tomalak</dc:creator>
		<pubDate>Thu, 20 Nov 2008 07:34:41 +0000</pubDate>
		<guid isPermaLink="false">http://hamstersoup.wordpress.com/2007/02/14/javascript-regexp-unicode-character-class-tester/#comment-2563</guid>
		<description>Thanks for this little gem. Simple and useful, just like good software should be. :-)

Maybe it&#039;s worth linking the Unicode Block Range RegExp Generator (http://kourge.net/projects/regexp-unicode-block), as it is somewhat related to this tool.

Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for this little gem. Simple and useful, just like good software should be. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Maybe it&#8217;s worth linking the Unicode Block Range RegExp Generator (<a href="http://kourge.net/projects/regexp-unicode-block" rel="nofollow">http://kourge.net/projects/regexp-unicode-block</a>), as it is somewhat related to this tool.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Moffat</title>
		<link>http://blog.hamstersoup.com/2007/02/14/javascript-regexp-unicode-character-class-tester/#comment-2520</link>
		<dc:creator>Will Moffat</dc:creator>
		<pubDate>Wed, 30 Jul 2008 08:47:02 +0000</pubDate>
		<guid isPermaLink="false">http://hamstersoup.wordpress.com/2007/02/14/javascript-regexp-unicode-character-class-tester/#comment-2520</guid>
		<description>@Marcus - thanks for spotting the bug and suggesting the fix. Should work now.</description>
		<content:encoded><![CDATA[<p>@Marcus &#8211; thanks for spotting the bug and suggesting the fix. Should work now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://blog.hamstersoup.com/2007/02/14/javascript-regexp-unicode-character-class-tester/#comment-2519</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Wed, 30 Jul 2008 07:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://hamstersoup.wordpress.com/2007/02/14/javascript-regexp-unicode-character-class-tester/#comment-2519</guid>
		<description>Nice tool.  

One slight error - the test \uffff fails to find the character \uffff.  I&#039;ve not looked at the code to see where the problem is, but I&#039;m guessing that you have a for loop that is something like

for ( i = 0 ; i &lt; 65535 ; i++ ) {
...
}

when the second condition should read i &lt; 65536 or i &lt;= 65535.</description>
		<content:encoded><![CDATA[<p>Nice tool.  </p>
<p>One slight error &#8211; the test \uffff fails to find the character \uffff.  I&#8217;ve not looked at the code to see where the problem is, but I&#8217;m guessing that you have a for loop that is something like</p>
<p>for ( i = 0 ; i &lt; 65535 ; i++ ) {<br />
&#8230;<br />
}</p>
<p>when the second condition should read i &lt; 65536 or i &lt;= 65535.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.hamstersoup.com/2007/02/14/javascript-regexp-unicode-character-class-tester/#comment-2346</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 04 Jan 2008 00:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://hamstersoup.wordpress.com/2007/02/14/javascript-regexp-unicode-character-class-tester/#comment-2346</guid>
		<description>Hi again, Will. I recently found myself wanting to know what certain zero-width assertions like /^/m matched exactly, so I ended up creating a somewhat similar &lt;a href=&quot;http://stevenlevithan.com/regex/xregexp/tests/unicode.html&quot; rel=&quot;nofollow&quot;&gt;test page&lt;/a&gt;, which also allows you to show test results side-by-side.</description>
		<content:encoded><![CDATA[<p>Hi again, Will. I recently found myself wanting to know what certain zero-width assertions like /^/m matched exactly, so I ended up creating a somewhat similar <a href="http://stevenlevithan.com/regex/xregexp/tests/unicode.html" rel="nofollow">test page</a>, which also allows you to show test results side-by-side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Moffat</title>
		<link>http://blog.hamstersoup.com/2007/02/14/javascript-regexp-unicode-character-class-tester/#comment-636</link>
		<dc:creator>Will Moffat</dc:creator>
		<pubDate>Thu, 07 Jun 2007 05:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://hamstersoup.wordpress.com/2007/02/14/javascript-regexp-unicode-character-class-tester/#comment-636</guid>
		<description>Cheers ;-)</description>
		<content:encoded><![CDATA[<p>Cheers <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.hamstersoup.com/2007/02/14/javascript-regexp-unicode-character-class-tester/#comment-635</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 07 Jun 2007 04:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://hamstersoup.wordpress.com/2007/02/14/javascript-regexp-unicode-character-class-tester/#comment-635</guid>
		<description>Will, this is cool. Thanks.</description>
		<content:encoded><![CDATA[<p>Will, this is cool. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
