<?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: Regex Recursion (Matching Nested Constructs)</title>
	<atom:link href="http://blog.stevenlevithan.com/archives/regex-recursion/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.stevenlevithan.com/archives/regex-recursion</link>
	<description>A JavaScript and regular expression centric blog</description>
	<lastBuildDate>Fri, 12 Mar 2010 20:14:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: picardo</title>
		<link>http://blog.stevenlevithan.com/archives/regex-recursion/comment-page-1#comment-24777</link>
		<dc:creator>picardo</dc:creator>
		<pubDate>Fri, 20 Jun 2008 20:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=5#comment-24777</guid>
		<description>I&#039;m seeing a problem in my implementation of this. Firebug gives the following error message:

cont.match(&quot;[^W]*?&lt;/\x01&quot;) has no properties

So Firefox apparently interprets the backslash in front of \1 as an octal escape...even though there is no bracket wrapping it. Any ideas why this might be happening?</description>
		<content:encoded><![CDATA[<p>I&#8217;m seeing a problem in my implementation of this. Firebug gives the following error message:</p>
<p>cont.match(&#8220;[^W]*?&lt;/\x01&#8243;) has no properties</p>
<p>So Firefox apparently interprets the backslash in front of \1 as an octal escape&#8230;even though there is no bracket wrapping it. Any ideas why this might be happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Porceleindoll</title>
		<link>http://blog.stevenlevithan.com/archives/regex-recursion/comment-page-1#comment-3</link>
		<dc:creator>Porceleindoll</dc:creator>
		<pubDate>Sun, 26 Mar 2006 23:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.stevenlevithan.com/?p=5#comment-3</guid>
		<description>Hey! Love the background and fonts and all! Didn&#039;t know you were so &#039;pretty&#039; :)! And today I learned what a DOM is (Yeah, I&#039;m behind all this stuff! Just starting to catch up.)

Will keep an eye on your script comments and changes. I&#039;m just getting into PHP and mySQL and server side stuff, basically, throwing myself full-time into learning all these languages and coding.

Take care!
PD</description>
		<content:encoded><![CDATA[<p>Hey! Love the background and fonts and all! Didn&#8217;t know you were so &#8216;pretty&#8217; <img src='http://blog.stevenlevithan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ! And today I learned what a DOM is (Yeah, I&#8217;m behind all this stuff! Just starting to catch up.)</p>
<p>Will keep an eye on your script comments and changes. I&#8217;m just getting into PHP and mySQL and server side stuff, basically, throwing myself full-time into learning all these languages and coding.</p>
<p>Take care!<br />
PD</p>
]]></content:encoded>
	</item>
</channel>
</rss>
