<?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>The Nordhagen &#187; statement</title>
	<atom:link href="http://www.oyvindnordhagen.com/blog/tag/statement/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oyvindnordhagen.com/blog</link>
	<description>Øyvind Nordhagen on ActionScript and other things</description>
	<lastBuildDate>Fri, 20 Jan 2012 13:06:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Regular Expression matching empty switch statements</title>
		<link>http://www.oyvindnordhagen.com/blog/2010/02/07/regular-expression-matching-empty-switch-statements/</link>
		<comments>http://www.oyvindnordhagen.com/blog/2010/02/07/regular-expression-matching-empty-switch-statements/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 22:21:38 +0000</pubDate>
		<dc:creator>Øyvind</dc:creator>
				<category><![CDATA[General thoughts]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[empty]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[internal]]></category>
		<category><![CDATA[match]]></category>
		<category><![CDATA[regepx]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[statement]]></category>
		<category><![CDATA[switch]]></category>

		<guid isPermaLink="false">http://www.oyvindnordhagen.com/blog/2010/02/07/regular-expression-matching-empty-switch-statements/</guid>
		<description><![CDATA[In my continuing effort to track down a particularly nasty case of internal build error/classes must not be nested in Flash Builder. I ran a regex to find empty switch statements. These are notoriously known for causing this error, so [...]]]></description>
			<content:encoded><![CDATA[<p>In my continuing effort to track down a particularly nasty case of internal build error/classes must not be nested in Flash Builder. I ran a regex to find empty switch statements. These are notoriously known for causing this error, so in follow up to my post about regex for finding unterminated lines (another possible culprit), here is a RegExp that matches empty switch statements:</p>
<pre lang="regexp">switch\s*?\(.*\).*\{\s*+\}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.oyvindnordhagen.com/blog/2010/02/07/regular-expression-matching-empty-switch-statements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

