<?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: Finding HTML Stuff with Regular Expressions</title>
	<atom:link href="http://blog.arithm.com/2007/09/02/finding-html-stuff-with-regular-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arithm.com/2007/09/02/finding-html-stuff-with-regular-expressions/</link>
	<description>Software.  Politics.  Tinfoil hat conjecture.</description>
	<lastBuildDate>Mon, 30 Jan 2012 09:08:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Steve</title>
		<link>http://blog.arithm.com/2007/09/02/finding-html-stuff-with-regular-expressions/comment-page-1/#comment-10</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 04 Sep 2007 03:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arithm.com/2007/09/02/finding-html-stuff-with-regular-expressions/#comment-10</guid>
		<description>Oops, I screwed that up while entering the HTML entities. I meant to change it to &lt;code&gt;([\s\S](?!&lt;/?tr\b[^&gt;]*&gt;))*?&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Oops, I screwed that up while entering the HTML entities. I meant to change it to <code>([\s\S](?!&lt;/?tr\b[^&gt;]*&gt;))*?</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.arithm.com/2007/09/02/finding-html-stuff-with-regular-expressions/comment-page-1/#comment-9</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 04 Sep 2007 03:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.arithm.com/2007/09/02/finding-html-stuff-with-regular-expressions/#comment-9</guid>
		<description>Very cool. One minor suggestion is to change &lt;code&gt;([\s\S](?!tr\b[^&gt;]*&gt;))*?&lt;/code&gt; to &lt;code&gt;([\s\S](?&lt;/?!tr\b[^&gt;]*&gt;))*?&lt;/code&gt; so it will also match some corner cases like &lt;code&gt;&lt;tr&gt;Str&lt;b&gt;String1&lt;/b&gt;&lt;/tr&gt;&lt;/code&gt;

Or is there something I&#039;m missing?</description>
		<content:encoded><![CDATA[<p>Very cool. One minor suggestion is to change <code>([\s\S](?!tr\b[^&gt;]*&gt;))*?</code> to <code>([\s\S](?&lt;/?!tr\b[^&gt;]*&gt;))*?</code> so it will also match some corner cases like <code>&lt;tr&gt;Str&lt;b&gt;String1&lt;/b&gt;&lt;/tr&gt;</code></p>
<p>Or is there something I&#8217;m missing?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

