<?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: Working with Regular Expressions in C#</title>
	<atom:link href="http://thewayofcoding.com/2008/08/working-with-regular-expressions-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://thewayofcoding.com/2008/08/working-with-regular-expressions-in-c/</link>
	<description></description>
	<lastBuildDate>Tue, 18 May 2010 20:01:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Scott</title>
		<link>http://thewayofcoding.com/2008/08/working-with-regular-expressions-in-c/comment-page-1/#comment-1429</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Thu, 02 Apr 2009 14:50:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.thewayofcoding.com/?p=99#comment-1429</guid>
		<description>Yeah, I imagine it’s possible that having HTML comment tags inside the form could screw up the regex expression.

The expression looks specifically for &lt;form ... &gt; and &lt;/form&gt;, so I’m just guessing here, but it should work regardless of if comments are inside the form.

However, if someone for whatever reason had a comment like &lt;!–  &lt;/form&gt;  –&gt;, that would screw up the result. So it would probably be a good idea to modify the expression to avoid looking inside comments.</description>
		<content:encoded><![CDATA[<p>Yeah, I imagine it’s possible that having HTML comment tags inside the form could screw up the regex expression.</p>
<p>The expression looks specifically for &lt;form &#8230; &gt; and &lt;/form&gt;, so I’m just guessing here, but it should work regardless of if comments are inside the form.</p>
<p>However, if someone for whatever reason had a comment like &lt;!–  &lt;/form&gt;  –&gt;, that would screw up the result. So it would probably be a good idea to modify the expression to avoid looking inside comments.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.401 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-01-31 04:34:51 -->

