<?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 regular expressions</title>
	<atom:link href="http://www.thespanner.co.uk/2008/02/01/javascript-regular-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thespanner.co.uk/2008/02/01/javascript-regular-expressions/</link>
	<description>A tool for designers dealing with programmers dealing with designers...</description>
	<pubDate>Tue, 14 Oct 2008 01:48:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Ronald</title>
		<link>http://www.thespanner.co.uk/2008/02/01/javascript-regular-expressions/#comment-1111</link>
		<dc:creator>Ronald</dc:creator>
		<pubDate>Sat, 02 Feb 2008 13:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2008/02/01/javascript-regular-expressions/#comment-1111</guid>
		<description>Good stuff Gareth!

@.mario: yeah exactly that was the stuff I needed to wrap my head around. :)</description>
		<content:encoded><![CDATA[<p>Good stuff Gareth!</p>
<p>@.mario: yeah exactly that was the stuff I needed to wrap my head around. <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: riahmatic</title>
		<link>http://www.thespanner.co.uk/2008/02/01/javascript-regular-expressions/#comment-1110</link>
		<dc:creator>riahmatic</dc:creator>
		<pubDate>Sat, 02 Feb 2008 01:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2008/02/01/javascript-regular-expressions/#comment-1110</guid>
		<description>you can also eval a string formated like a regex to pass variables:

var a = '/[test]+/';
alert(eval(a+'i').exec('TeSt'));</description>
		<content:encoded><![CDATA[<p>you can also eval a string formated like a regex to pass variables:</p>
<p>var a = &#8216;/[test]+/&#8217;;<br />
alert(eval(a+&#8217;i').exec(&#8217;TeSt&#8217;));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .mario</title>
		<link>http://www.thespanner.co.uk/2008/02/01/javascript-regular-expressions/#comment-1109</link>
		<dc:creator>.mario</dc:creator>
		<pubDate>Fri, 01 Feb 2008 23:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.thespanner.co.uk/2008/02/01/javascript-regular-expressions/#comment-1109</guid>
		<description>Nice article! I especially "like" the fact that JS allows match sniffing - try to use console.dir(RegExp) with noscript installed ;)</description>
		<content:encoded><![CDATA[<p>Nice article! I especially &#8220;like&#8221; the fact that JS allows match sniffing - try to use console.dir(RegExp) with noscript installed <img src='http://www.thespanner.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
