<?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: Regular Expressions and the If Conditional</title>
	<atom:link href="http://OmegaCoder.com/?feed=rss2&#038;p=56" rel="self" type="application/rss+xml" />
	<link>http://OmegaCoder.com/?p=56</link>
	<description>Technology blog written by a Microsoft C# MVP</description>
	<lastBuildDate>Thu, 09 Sep 2010 00:34:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Bharani Chowdary Chunduri</title>
		<link>http://OmegaCoder.com/?p=56&#038;cpage=1#comment-46</link>
		<dc:creator>Bharani Chowdary Chunduri</dc:creator>
		<pubDate>Fri, 12 Feb 2010 00:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.omegacoder.com/?p=56#comment-46</guid>
		<description>Very valuable article. It helped me a lot in getting used to if then else conditionals with regex. Thanks heaps for this.</description>
		<content:encoded><![CDATA[<p>Very valuable article. It helped me a lot in getting used to if then else conditionals with regex. Thanks heaps for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: omegaman</title>
		<link>http://OmegaCoder.com/?p=56&#038;cpage=1#comment-45</link>
		<dc:creator>omegaman</dc:creator>
		<pubDate>Wed, 28 Oct 2009 22:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.omegacoder.com/?p=56#comment-45</guid>
		<description>Excellent suggestion! I actually do that while coding, by using the literal @. What happened when I wrote this article, I was fighting with Wordpress and the tool I used to display code. Wordpress would strip out special characters and would take the  away in my code snippet. Grrr. So I had to resort to other methods. I couldn&#039;t edit a post one published in the admin pages....

Long story short Wordpress no longer strips characters willy-nilly and now I use Syntax Highlighter to display code in non-touched pre tag blocks.

Since this article is still very much read and resourced by the internet, I will update the code to reflect your suggestion.

Thanks!</description>
		<content:encoded><![CDATA[<p>Excellent suggestion! I actually do that while coding, by using the literal @. What happened when I wrote this article, I was fighting with WordPress and the tool I used to display code. WordPress would strip out special characters and would take the  away in my code snippet. Grrr. So I had to resort to other methods. I couldn&#8217;t edit a post one published in the admin pages&#8230;.</p>
<p>Long story short WordPress no longer strips characters willy-nilly and now I use Syntax Highlighter to display code in non-touched pre tag blocks.</p>
<p>Since this article is still very much read and resourced by the internet, I will update the code to reflect your suggestion.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nima dilmaghani</title>
		<link>http://OmegaCoder.com/?p=56&#038;cpage=1#comment-44</link>
		<dc:creator>nima dilmaghani</dc:creator>
		<pubDate>Tue, 27 Oct 2009 18:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.omegacoder.com/?p=56#comment-44</guid>
		<description>Nice article.  Try @-quoting your strings.  Then you will be able to single escape instead of doubling your escapes and your regex&#039;s would be much easier on the eyes.

string s1 = @&quot;c:\Docs\Source\a.txt&quot;; // rather than
string s2 =  &quot;c:\\Docs\\Source\\a.txt&quot;</description>
		<content:encoded><![CDATA[<p>Nice article.  Try @-quoting your strings.  Then you will be able to single escape instead of doubling your escapes and your regex&#8217;s would be much easier on the eyes.</p>
<p>string s1 = @&#8221;c:\Docs\Source\a.txt&#8221;; // rather than<br />
string s2 =  &#8220;c:\\Docs\\Source\\a.txt&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alok Diwan</title>
		<link>http://OmegaCoder.com/?p=56&#038;cpage=1#comment-43</link>
		<dc:creator>Alok Diwan</dc:creator>
		<pubDate>Fri, 10 Apr 2009 12:27:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.omegacoder.com/?p=56#comment-43</guid>
		<description>Good article Keep it up</description>
		<content:encoded><![CDATA[<p>Good article Keep it up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: omegaman</title>
		<link>http://OmegaCoder.com/?p=56&#038;cpage=1#comment-42</link>
		<dc:creator>omegaman</dc:creator>
		<pubDate>Tue, 19 Jun 2007 22:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.omegacoder.com/?p=56#comment-42</guid>
		<description>&lt;p&gt;Hi James, I am unable to tweak the format at this time, its someone else&#039;s template and I would have a learning curve...One suggestion, click on the the RSS feed in IE7. The background will be white with black letters. The titles will be in yellow, but that should give you the contrast you need. Or highlight the text, sorry I know that is a pain, in the article and it should inverse the colors. - Thanks.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hi James, I am unable to tweak the format at this time, its someone else&#8217;s template and I would have a learning curve&#8230;One suggestion, click on the the RSS feed in IE7. The background will be white with black letters. The titles will be in yellow, but that should give you the contrast you need. Or highlight the text, sorry I know that is a pain, in the article and it should inverse the colors. &#8211; Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: james peckham</title>
		<link>http://OmegaCoder.com/?p=56&#038;cpage=1#comment-41</link>
		<dc:creator>james peckham</dc:creator>
		<pubDate>Tue, 19 Jun 2007 20:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.omegacoder.com/?p=56#comment-41</guid>
		<description>having a hard time reading your page, can you get a little more contrast in the text?</description>
		<content:encoded><![CDATA[<p>having a hard time reading your page, can you get a little more contrast in the text?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
