<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>.NET Regular Expressions: how to use RegexOptions.IgnorePatternWhitspace [Ryan Byington]</title><link>http://blogs.msdn.com/bclteam/archive/2005/03/15/396450.aspx</link><description>The IgnorePatternWhitespace option tells the Regex parser to ignore any spaces or tabs in your expression except if it is in a character class(ie [ ]). At first this may not seem all that useful but it really can increase the readability of a regular</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Tips </title><link>http://blogs.msdn.com/bclteam/archive/2005/03/15/396450.aspx#398178</link><pubDate>Thu, 17 Mar 2005 22:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:398178</guid><dc:creator>David Boschmans' Weblog</dc:creator><description>Tips </description></item><item><title>re: .NET Regular Expressions: how to use RegexOptions.IgnorePatternWhitspace [Ryan Byington]</title><link>http://blogs.msdn.com/bclteam/archive/2005/03/15/396450.aspx#398409</link><pubDate>Fri, 18 Mar 2005 07:09:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:398409</guid><dc:creator>Jeff Atwood</dc:creator><description>Hey-- do you know of any apps that will &amp;quot;pretty format&amp;quot; a regex? That'd be cool. Because 99.9% of the time they're presented as one giant line.&lt;br&gt;&lt;br&gt;Canonical example (WARNING: I cannot be held responsible for any bleeding of the eyes that may occur after viewing this regex)&lt;br&gt;&lt;br&gt;&lt;a target="_new" href="http://www.codinghorror.com/blog/archives/000214.html"&gt;http://www.codinghorror.com/blog/archives/000214.html&lt;/a&gt;</description></item><item><title>Tips </title><link>http://blogs.msdn.com/bclteam/archive/2005/03/15/396450.aspx#399841</link><pubDate>Mon, 21 Mar 2005 19:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:399841</guid><dc:creator>Ido Samuelson</dc:creator><description>Tips </description></item><item><title>If you like Regular Expressions so much, why don't you marry them?</title><link>http://blogs.msdn.com/bclteam/archive/2005/03/15/396450.aspx#400742</link><pubDate>Wed, 23 Mar 2005 04:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:400742</guid><dc:creator>Coding Horror</dc:creator><description> All right... I will! I'm continually amazed how useful regular expressions are in my daily coding. I'm still working on the MhtBuilder refactoring, and I needed a function to convert all URLs in a HTML string from relative to...</description></item></channel></rss>