<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Robertdot, A Web Design Blog &#187; Mozilla</title>
	<atom:link href="http://robertdot.org/tags/mozilla/feed/" rel="self" type="application/rss+xml" />
	<link>http://robertdot.org</link>
	<description>A web design blog for designers that develop or developers that design.</description>
	<lastBuildDate>Tue, 25 Jan 2011 20:43:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mozilla JavaScript RegExp Test Bug</title>
		<link>http://robertdot.org/2005/07/05/mozilla-javascript-regexp-test-bug/</link>
		<comments>http://robertdot.org/2005/07/05/mozilla-javascript-regexp-test-bug/#comments</comments>
		<pubDate>Tue, 05 Jul 2005 13:49:06 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Regular Expressions]]></category>

		<guid isPermaLink="false">http://robertdot.org/2009/01/14/mozilla-javascript-regexp-test-bug/</guid>
		<description><![CDATA[
 There is what some consider to be a bug in Mozilla&#8217;s JavaScript engine. Basically, if you run a regular expression with a global switch (e.g. /x/g), JavaScript remembers the last match position. This causes the RegExp to sometimes validate as true, and sometimes as false (alternatingly). The Mozilla guys say it isn&#8217;t a bug. [...]]]></description>
			<content:encoded><![CDATA[<p>
 There is what some consider to be a bug in Mozilla&#8217;s JavaScript engine. Basically, if you run a regular expression with a global switch (e.g. /x/g), JavaScript remembers the last match position. This causes the RegExp to sometimes validate as true, and sometimes as false (alternatingly). The Mozilla guys say <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=237111">it isn&#8217;t a bug</a>. However, removing the /g solves the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://robertdot.org/2005/07/05/mozilla-javascript-regexp-test-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

