<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with RegEx</title>
    <description>the latest stories tagged with 'RegEx' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Handy Regular Expressions - Zip/Postal code validation for US and Cana</title>
      <description>Handy Regular Expression Zip/Postal code validation for US and Canada in the same expression for common form validation. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsoftware-wikipedia.blogspot.com%2f2009%2f04%2fhandy-regular-expressions-zippostal.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsoftware-wikipedia.blogspot.com%2f2009%2f04%2fhandy-regular-expressions-zippostal.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Handy_Regular_Expressions_Zip_Postal_code_validation_for_US_and_Cana</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Handy_Regular_Expressions_Zip_Postal_code_validation_for_US_and_Cana</guid>
      <pubDate>Fri, 26 Jun 2009 04:45:03 GMT</pubDate>
    </item>
    <item>
      <title>Confirms that the entry matches a pattern defined by a regular express</title>
      <description>Confirms that the entry matches a pattern defined by a regular expression  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.coderun.com%2fide%2f%3fp%3daspnet_regex_validator"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.coderun.com%2fide%2f%3fp%3daspnet_regex_validator" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Confirms_that_the_entry_matches_a_pattern_defined_by_a_regular_express</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Confirms_that_the_entry_matches_a_pattern_defined_by_a_regular_express</guid>
      <pubDate>Mon, 01 Jun 2009 08:33:26 GMT</pubDate>
    </item>
    <item>
      <title>Pretty-Printing Exceptions</title>
      <description>Here are some snippets you might find useful for pretty-printing exception stack traces (using the trace string rather than the StackTrace class).

First, a regular expression to extract namespace, method name, argument and source details from a stack trace string... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2009%2f05%2f31%2fpretty-printing-exceptions%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fchriscavanagh.wordpress.com%2f2009%2f05%2f31%2fpretty-printing-exceptions%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Pretty_Printing_Exceptions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Pretty_Printing_Exceptions</guid>
      <pubDate>Sun, 31 May 2009 08:30:23 GMT</pubDate>
    </item>
    <item>
      <title>Regular Expression Engine in C# (the Story)</title>
      <description>A "long time ago", more precisely 3 years ago, I was studying Automata and Formal Languages which was a Computer Engineering discipline. At that time I was amazed by the new things I was learning such as NFAs, DFAs, FSMs and Regular Expressions. For the sake of my development I started searching for programming related material that could... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.leniel.net%2f2009%2f02%2fregular-expression-engine-in-csharp.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.leniel.net%2f2009%2f02%2fregular-expression-engine-in-csharp.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Regular_Expression_Engine_in_C_the_Story</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Regular_Expression_Engine_in_C_the_Story</guid>
      <pubDate>Wed, 13 May 2009 09:36:58 GMT</pubDate>
    </item>
    <item>
      <title>Regular Expression Engine in C# (the Story)</title>
      <description>A "long time ago", more precisely 3 years ago, I was studying Automata and Formal Languages which was a Computer Engineering discipline. At that time I was amazed by the new things I was learning such as NFAs, DFAs, FSMs and Regular Expressions. For the sake of my development I started searching for programming related material that could... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.leniel.net%2f2009%2f02%2fregular-expression-engine-in-csharp.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.leniel.net%2f2009%2f02%2fregular-expression-engine-in-csharp.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Regular_Expression_Engine_in_C_the_Story</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Regular_Expression_Engine_in_C_the_Story</guid>
      <pubDate>Wed, 13 May 2009 09:36:58 GMT</pubDate>
    </item>
    <item>
      <title>Regex Hero to the Rescue</title>
      <description>From BucketSoft comes an online Silverlight regular expression tool utilizing the .NET regular expression engine. Features instantaneous highlighting of regular expression matches. It's a great way to test iterations of your .NET regular expressions quickly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.regexhero.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.regexhero.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Regex_Hero_to_the_Rescue</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Regex_Hero_to_the_Rescue</guid>
      <pubDate>Fri, 01 May 2009 06:16:14 GMT</pubDate>
    </item>
    <item>
      <title>How .NET Regular Expressions Really Work</title>
      <description>A very deep dive into the source code for how .NET Regular Expressions really work &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.moserware.com%2f2009%2f03%2fhow-net-regular-expressions-really-work.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.moserware.com%2f2009%2f03%2fhow-net-regular-expressions-really-work.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/How_NET_Regular_Expressions_Really_Work</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/How_NET_Regular_Expressions_Really_Work</guid>
      <pubDate>Mon, 16 Mar 2009 22:46:04 GMT</pubDate>
    </item>
    <item>
      <title>Advanced Regular Expressions in C# </title>
      <description>In this third and for now last post on using regular expressions we look at some advanced topics. When your expressions become more complicated they also become harder to understand so documenting them can help. And isn't standard string replacement a little bit too basic? We also look at how speeding things up can improve your code's efficiency. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dijksterhuis.org%2fregular-expressions-advanced%2f%3fpreview%3dtrue"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dijksterhuis.org%2fregular-expressions-advanced%2f%3fpreview%3dtrue" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Advanced_Regular_Expressions_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Advanced_Regular_Expressions_in_C</guid>
      <pubDate>Thu, 12 Mar 2009 10:38:56 GMT</pubDate>
    </item>
    <item>
      <title>Regular Expressions in C# - Practical Usage </title>
      <description>This post touches on four major regular expression subjects: 1. String Comparison - does a string contain a particular sub-string? 2. Splitting a string into segments - we will take an IPv4 address and retrieve its dotted components 3. Replacement - modifying an input string 4. Stricter input validation - how to harden your expressions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dijksterhuis.org%2fregular-expressions-csharp-practical-use%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dijksterhuis.org%2fregular-expressions-csharp-practical-use%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Regular_Expressions_in_C_Practical_Usage</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Regular_Expressions_in_C_Practical_Usage</guid>
      <pubDate>Thu, 12 Mar 2009 20:31:47 GMT</pubDate>
    </item>
    <item>
      <title>Matching Tags using Regular Expressions Balancing Groups</title>
      <description>Matching Tags using Regular Expressions Balancing Groups from CraigW Blog &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.craigwardman.com%2fblog%2f2008%2f11%2fmatching-tags-using-regular-expressions.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.craigwardman.com%2fblog%2f2008%2f11%2fmatching-tags-using-regular-expressions.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Matching_Tags_using_Regular_Expressions_Balancing_Groups</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Matching_Tags_using_Regular_Expressions_Balancing_Groups</guid>
      <pubDate>Thu, 19 Feb 2009 22:27:47 GMT</pubDate>
    </item>
    <item>
      <title>Inline Regular Expression Options</title>
      <description>Did you know you can specify regular expression option inline inside the regular expression text? You can even have parts of one regular expression have different options! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fmatt%2farchive%2f2009%2f01%2f01%2finline-regular-expression-options.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fmatt%2farchive%2f2009%2f01%2f01%2finline-regular-expression-options.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Inline_Regular_Expression_Options</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Inline_Regular_Expression_Options</guid>
      <pubDate>Fri, 02 Jan 2009 21:40:18 GMT</pubDate>
    </item>
    <item>
      <title>One PowerShell Script to download PDC2008 Videos, Code and PowerPoints</title>
      <description>Yes I did it. I downloaded all 65,563,667,714 bytes and saved them as 407 files on my nice new WD Passport hard drive that I brought home from the PDC2008. And, yes I did it the old fashioned manual way: Right-Click on link and Save-As. But you don't have to do it. In this blog post I provide the metadata of all the files I downloaded and a PowerShell script that will help you automating the download process. Besides the PDC content you also get to a treasure trove of PowerShell scripting techniques ranging from dynamically generating Regular Expressions to loading meta-data form XML and CSV files.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tellingmachine.com%2fpost%2f2008%2f12%2fOne-PowerShell-Script-to-download-them-all.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tellingmachine.com%2fpost%2f2008%2f12%2fOne-PowerShell-Script-to-download-them-all.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/One_PowerShell_Script_to_download_PDC2008_Videos_Code_and_PowerPoints</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/One_PowerShell_Script_to_download_PDC2008_Videos_Code_and_PowerPoints</guid>
      <pubDate>Thu, 11 Dec 2008 01:46:08 GMT</pubDate>
    </item>
    <item>
      <title>strfriend.com | A tool to visualize your regular expressions</title>
      <description>You can visualize your regular expressions in this site. It's suitable for presentations and articles because a picture worth 1000 words! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fstrfriend.com%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fstrfriend.com%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/strfriend_com_A_tool_to_visualize_your_regular_expressions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/strfriend_com_A_tool_to_visualize_your_regular_expressions</guid>
      <pubDate>Thu, 04 Dec 2008 18:09:50 GMT</pubDate>
    </item>
    <item>
      <title>HOWTO: Use Visual Studio Find and Replace to Conditionally Change Code</title>
      <description>Writing Regular Expressions is a black art that is equally powerful and frustrating to master. Visual Studio's Search &amp;amp; Replace feature allows for using Regular Expression matching to perform complex replace operations. I'll show you how. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fit.toolbox.com%2fblogs%2fpaytonbyrd%2fhowto-use-visual-studio-find-and-replace-to-conditionally-change-code-syntax-based-on-variable-input-28511"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fit.toolbox.com%2fblogs%2fpaytonbyrd%2fhowto-use-visual-studio-find-and-replace-to-conditionally-change-code-syntax-based-on-variable-input-28511" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/HOWTO_Use_Visual_Studio_Find_and_Replace_to_Conditionally_Change_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/HOWTO_Use_Visual_Studio_Find_and_Replace_to_Conditionally_Change_Code</guid>
      <pubDate>Tue, 02 Dec 2008 22:36:43 GMT</pubDate>
    </item>
    <item>
      <title>Artifcial Christmas Trees</title>
      <description>These are the prettiest things I've seen in a long time. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.christmascentral.com%2fcontent%2fpages%2fchristmas-lights"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.christmascentral.com%2fcontent%2fpages%2fchristmas-lights" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Artifcial_Christmas_Trees</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Artifcial_Christmas_Trees</guid>
      <pubDate>Thu, 27 Nov 2008 11:07:33 GMT</pubDate>
    </item>
    <item>
      <title>Meta-Programming with PowerShell and Regular Expressions</title>
      <description>I am almost done with my biggest PowerShell scripting project so far. The last feature that I implemented was a flexible pattern matching facility. I wrote a procedure that would try to filter out a set of file names based on the first letters and the extensions of the file. The possible name prefixes and extensions would be provided by string arrays that could contain zero or more elements. The challenge as always with PowerShell is to understand its type conversion magic. One approach to this is to use baby steps while morphing the static regex string to a dynamically built regex string. This progression and the result is captured in this blog post. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tellingmachine.com%2fpost%2f2008%2f11%2fMeta-Programming-with-PowerShell-and-Regular-Expressions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tellingmachine.com%2fpost%2f2008%2f11%2fMeta-Programming-with-PowerShell-and-Regular-Expressions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Meta_Programming_with_PowerShell_and_Regular_Expressions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Meta_Programming_with_PowerShell_and_Regular_Expressions</guid>
      <pubDate>Wed, 26 Nov 2008 23:29:37 GMT</pubDate>
    </item>
    <item>
      <title>TryParseGuid - Try/Catch vs Regex</title>
      <description>Need to TryParse a Guid?  Guess which is faster: try/catch or Regex.Parse.  The results may surprise you. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fpage%2fjferner%3fentry%3dtryparseguid_try_catch_vs_regex"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nearinfinity.com%2fblogs%2fpage%2fjferner%3fentry%3dtryparseguid_try_catch_vs_regex" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/TryParseGuid_Try_Catch_vs_Regex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/TryParseGuid_Try_Catch_vs_Regex</guid>
      <pubDate>Tue, 25 Nov 2008 02:45:11 GMT</pubDate>
    </item>
    <item>
      <title>Extracting URLs, not perfect but &amp;quot;good enough&amp;quot;</title>
      <description>Detecting URLs in text is harder than you would expect. In fact, it can't be done with a set of hard rules, but we can get very close by using a single .NET regular expression. 

Purists will protest, but what's wrong with &amp;quot;good enough&amp;quot;? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blog.activa.be%2f2008%2f10%2f30%2fExtractingURLsNotPerfectButQuotgoodEnoughquot.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blog.activa.be%2f2008%2f10%2f30%2fExtractingURLsNotPerfectButQuotgoodEnoughquot.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Extracting_URLs_not_perfect_but_good_enough</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Extracting_URLs_not_perfect_but_good_enough</guid>
      <pubDate>Fri, 31 Oct 2008 01:52:32 GMT</pubDate>
    </item>
    <item>
      <title>.NET Regular Expression Exclusion</title>
      <description>Efficient exclusion of certain patterns using .NET Regex functionality.  I.e. find all instances of &amp;quot;X&amp;quot; but ignore all instance of &amp;quot;X&amp;quot; if it's found inside of a Tag &amp;quot;&amp;lt;&amp;gt;&amp;quot;.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.bookofkai.com%2fpost%2f2008%2f10%2f10%2fNET-Regular-Expression-Exclusion.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.bookofkai.com%2fpost%2f2008%2f10%2f10%2fNET-Regular-Expression-Exclusion.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/NET_Regular_Expression_Exclusion</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/NET_Regular_Expression_Exclusion</guid>
      <pubDate>Sat, 11 Oct 2008 10:27:20 GMT</pubDate>
    </item>
    <item>
      <title>The bare minimum every programmer should know about regular expression</title>
      <description>Many programmers disregard regular expressions as line noise, and it's a damned shame because they come in handy so often. Once you've gotten the hang of them, regular expressions can be used to solve countless real world problems... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fimmike.net%2fblog%2f2007%2f04%2f06%2fthe-absolute-bare-minimum-every-programmer-should-know-about-regular-expressions%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fimmike.net%2fblog%2f2007%2f04%2f06%2fthe-absolute-bare-minimum-every-programmer-should-know-about-regular-expressions%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/The_bare_minimum_every_programmer_should_know_about_regular_expression</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/The_bare_minimum_every_programmer_should_know_about_regular_expression</guid>
      <pubDate>Tue, 01 Jul 2008 16:46:18 GMT</pubDate>
    </item>
    <item>
      <title>Regular Expressions: Now You Have Two Problems</title>
      <description>If you've ever talked about regular expressions with another programmer, you've invariably heard this 1997 chestnut:  'Some people, when confronted with a problem, think &amp;quot;I know, I'll use regular expressions.&amp;quot; Now they have two problems.' &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codinghorror.com%2fblog%2farchives%2f001016.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codinghorror.com%2fblog%2farchives%2f001016.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Regular_Expressions_Now_You_Have_Two_Problems</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Regular_Expressions_Now_You_Have_Two_Problems</guid>
      <pubDate>Sat, 28 Jun 2008 03:37:09 GMT</pubDate>
    </item>
    <item>
      <title>Regular Expression Visualizer-A Must Have Tool</title>
      <description>A review and example of Roy Osherove's new Regular Expression Visualizer for Visual Studio. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fprofessionalaspnet.com%2farchive%2f2008%2f06%2f18%2fRegular-Expression-Visualizer.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fprofessionalaspnet.com%2farchive%2f2008%2f06%2f18%2fRegular-Expression-Visualizer.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Regular_Expression_Visualizer_A_Must_Have_Tool</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Regular_Expression_Visualizer_A_Must_Have_Tool</guid>
      <pubDate>Thu, 19 Jun 2008 11:48:52 GMT</pubDate>
    </item>
    <item>
      <title>RegEx to extract __VIEWSTATE from the Login page HttpWebRequest </title>
      <description>Here is a quick one line code to extract __VIEWSTATE hidden form field from the ASP.NET Login page. This comes in handy during web automation of the ASP.NET form authentication. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mycsharpcorner.com%2fPost.aspx%3fpostID%3d55"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mycsharpcorner.com%2fPost.aspx%3fpostID%3d55" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/RegEx_to_extract_VIEWSTATE_from_the_Login_page_HttpWebRequest</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/RegEx_to_extract_VIEWSTATE_from_the_Login_page_HttpWebRequest</guid>
      <pubDate>Wed, 18 Jun 2008 19:10:23 GMT</pubDate>
    </item>
    <item>
      <title>Online regular expression tester with Help</title>
      <description>Cool Online regular expression tester with Help &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dailycoding.com%2fUtils%2fjavascript%2fregexp_tester_javascript.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dailycoding.com%2fUtils%2fjavascript%2fregexp_tester_javascript.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Online_regular_expression_tester_with_Help</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Online_regular_expression_tester_with_Help</guid>
      <pubDate>Thu, 12 Jun 2008 23:06:46 GMT</pubDate>
    </item>
    <item>
      <title>How to rename batches of files using .NET Regular Expressions</title>
      <description>The tool that I am presenting here renames batches of files that have some kind of numerical index as part of their file name. It can rename the text before the index, it can shift the index numbers, give the files a new extension and add or remove leading zeros to and from the numerical index part of the file name. It uses Regular Extensions to parse the file names.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.tellingmachine.com%2fpost%2f2008%2f06%2fHow-to-rename-batches-of-files-using-NET-Regular-Expressions.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.tellingmachine.com%2fpost%2f2008%2f06%2fHow-to-rename-batches-of-files-using-NET-Regular-Expressions.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/How_to_rename_batches_of_files_using_NET_Regular_Expressions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/How_to_rename_batches_of_files_using_NET_Regular_Expressions</guid>
      <pubDate>Wed, 11 Jun 2008 07:10:49 GMT</pubDate>
    </item>
  </channel>
</rss>