<?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>Highlighting search text in ASP.NET search page</title>
      <description>The article explains how to highlight search text within an ASP.NET search page. The code uses regular expressions to replace text with HTML formatting. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.knowdotnet.com%2farticles%2fhighlightingsearchtext.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.knowdotnet.com%2farticles%2fhighlightingsearchtext.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Highlighting_search_text_in_ASP_NET_search_page</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Highlighting_search_text_in_ASP_NET_search_page</guid>
      <pubDate>Tue, 08 Nov 2011 19:42:34 GMT</pubDate>
    </item>
    <item>
      <title>Converting-from-Word-to-HTMLXHTML</title>
      <description>The below C# .net code helps you to clean you html which you have copied from MS word. This is very helpful when you convert word document to pure HTML or XHTML &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodemine.net%2fpost%2f2010%2f09%2f08%2fConverting-from-Word-to-HTMLXHTML.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodemine.net%2fpost%2f2010%2f09%2f08%2fConverting-from-Word-to-HTMLXHTML.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Converting_from_Word_to_HTMLXHTML</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Converting_from_Word_to_HTMLXHTML</guid>
      <pubDate>Tue, 07 Jun 2011 04:56:18 GMT</pubDate>
    </item>
    <item>
      <title>When to use an when not to use Regular Expressions</title>
      <description>For the most part regular expressions are there to save you time from parsing text the hard way.  But if you're spending more time bending regular expressions to your will to accomplish something that could be done more easily and efficiently with procedural code, then that kind of defeats the purpose. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.regexhero.net%2f2010%2f12%2fwhen-to-use-and-when-not-to-use-regular.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.regexhero.net%2f2010%2f12%2fwhen-to-use-and-when-not-to-use-regular.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/When_to_use_an_when_not_to_use_Regular_Expressions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/When_to_use_an_when_not_to_use_Regular_Expressions</guid>
      <pubDate>Wed, 29 Dec 2010 18:59:05 GMT</pubDate>
    </item>
    <item>
      <title>Regex Hero can now translate a regular expression into English</title>
      <description>Regular expressions are one of those things that many programmers dabble with enough to understand the concept, but not enough to memorize the syntax. Code completion is a big step towards making things easier. Beyond that, sometimes an explanation written out in English is just what you need. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.regexhero.net%2f2010%2f12%2fto-demand-explanation.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.regexhero.net%2f2010%2f12%2fto-demand-explanation.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Regex_Hero_can_now_translate_a_regular_expression_into_English</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Regex_Hero_can_now_translate_a_regular_expression_into_English</guid>
      <pubDate>Sat, 18 Dec 2010 06:40:11 GMT</pubDate>
    </item>
    <item>
      <title>Regular expressions with MSBuild. Reading version numbers...</title>
      <description>I show how I recently used the MSBuild community tasks and a regular expression to read version numbers out of the AssemblyInfo.cs file into MSBuild properties. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2finstantiate.co.nz%2fpost%2fRegular-expressions-with-MSBuild-Reading-version-numbers-from-AssemblyInfocs.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2finstantiate.co.nz%2fpost%2fRegular-expressions-with-MSBuild-Reading-version-numbers-from-AssemblyInfocs.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Regular_expressions_with_MSBuild_Reading_version_numbers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Regular_expressions_with_MSBuild_Reading_version_numbers</guid>
      <pubDate>Sun, 03 Oct 2010 04:55:24 GMT</pubDate>
    </item>
    <item>
      <title>parse and extract proxies on the fly</title>
      <description>In this blog i will show you how to parse and extract proxies on the fly using HtmlAgilityPack library and Regular Expression, Let's get started &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode2code.info%2fpost%2fparse-and-extract-proxies-on-the-fly.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode2code.info%2fpost%2fparse-and-extract-proxies-on-the-fly.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/parse_and_extract_proxies_on_the_fly</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/parse_and_extract_proxies_on_the_fly</guid>
      <pubDate>Mon, 31 May 2010 17:00:58 GMT</pubDate>
    </item>
    <item>
      <title>Generate Matches for Regular Expressions Using Rex</title>
      <description>Regular expressions are one of the more cryptic tools developers utilize in every day work. Sure, just about anyone understands that ^\d\d$ matches a line containing exactly two digits, but you may need a cheat sheet to figure out a regex like \b(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\b. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.kodefuguru.com%2fpost%2f2010%2f05%2f03%2fGenerate-Matches-for-Regular-Expressions-Using-Rex.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.kodefuguru.com%2fpost%2f2010%2f05%2f03%2fGenerate-Matches-for-Regular-Expressions-Using-Rex.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Generate_Matches_for_Regular_Expressions_Using_Rex</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Generate_Matches_for_Regular_Expressions_Using_Rex</guid>
      <pubDate>Mon, 03 May 2010 23:00:53 GMT</pubDate>
    </item>
    <item>
      <title>Code Hinting for Regular Expressions (an Intellisense-like feature)</title>
      <description>It's been a long time in the making but code hinting is here.  I took a lot of inspiration from Intellisense.  But as I'm sure you know, Intellisense doesn't provide any help when writing regular expressions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.regexhero.net%2f2010%2f03%2fintroducing-code-hinting-for-regular.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.regexhero.net%2f2010%2f03%2fintroducing-code-hinting-for-regular.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Code_Hinting_for_Regular_Expressions_an_Intellisense_like_feature</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Code_Hinting_for_Regular_Expressions_an_Intellisense_like_feature</guid>
      <pubDate>Mon, 29 Mar 2010 10:31:57 GMT</pubDate>
    </item>
    <item>
      <title>Converting BBCode into HTML using C#</title>
      <description>A simple to use class library for converting text containing BBCode used by popular forum systems into HTML using C#. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcyotek.com%2farticle%2fdisplay%2fconverting-bbcode-into-html-using-csharp"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcyotek.com%2farticle%2fdisplay%2fconverting-bbcode-into-html-using-csharp" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Converting_BBCode_into_HTML_using_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Converting_BBCode_into_HTML_using_C</guid>
      <pubDate>Fri, 26 Mar 2010 14:43:18 GMT</pubDate>
    </item>
    <item>
      <title>Regular Expressions. Remember it, write it, test it.</title>
      <description>I should say that I'm fan of regular expressions. Whenever I see the problem, which I can solve with Regex, I felt a burning desire to do it and going to write new test for new regex. Previously I had installed SharpDevelop Studio just for good regular expression tool in it. But now I'm a little wiser, and for each Regex I write a separate test. Now I want to show you little samples of regular expressions and want to show you how to test these samples. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2foutcoldman.ru%2fen%2fblog%2fshow%2f194"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2foutcoldman.ru%2fen%2fblog%2fshow%2f194" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Regular_Expressions_Remember_it_write_it_test_it</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Regular_Expressions_Remember_it_write_it_test_it</guid>
      <pubDate>Wed, 24 Mar 2010 12:18:07 GMT</pubDate>
    </item>
    <item>
      <title>Zip Postal code RegEx validation for France Italy Germany and India</title>
      <description>Handy Regular Expressions(RegEx) - Zip/Postal code validation for France/Italy/Germany and India. 
Zip code validation for any country is most common validation required for any web site where you have address input.
Here is the handy regular expressions, which can be used for Zip/Postal code validation on your web page.
 &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%2f06%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%2f06%2fhandy-regular-expressions-zippostal.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Zip_Postal_code_RegEx_validation_for_France_Italy_Germany_and_India</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Zip_Postal_code_RegEx_validation_for_France_Italy_Germany_and_India</guid>
      <pubDate>Sat, 06 Feb 2010 00:46:20 GMT</pubDate>
    </item>
    <item>
      <title>Online .NET Regex Tester</title>
      <description>Big upgrades for the .NET regex tester on Regex Storm. Now features an Ajax-powered UI, real-time match highlighting, and detailed results info via a tabbed interface (especially useful for .NET programmers). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fregexstorm.net%2fTester.aspx%3fp%3d%255cw%252b%26i%3dWelcome%252c%2bDot%2bNet%2bKicks!"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fregexstorm.net%2fTester.aspx%3fp%3d%255cw%252b%26i%3dWelcome%252c%2bDot%2bNet%2bKicks!" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Online_NET_Regex_Tester_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Online_NET_Regex_Tester_1</guid>
      <pubDate>Tue, 02 Feb 2010 18:06:01 GMT</pubDate>
    </item>
    <item>
      <title>Regex based Lexer with F#</title>
      <description>A regular expression based lexer in F# using computation expressions to enable a declarative way to define the lexer rules. &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%2f2010%2f01%2f19%2fregex-lexer-with-f.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fmatt%2farchive%2f2010%2f01%2f19%2fregex-lexer-with-f.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Regex_based_Lexer_with_F</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Regex_based_Lexer_with_F</guid>
      <pubDate>Thu, 21 Jan 2010 20:35:32 GMT</pubDate>
    </item>
    <item>
      <title>Online .NET Regex Tester</title>
      <description>This is a .NET regular expressions testing site I recently launched. It lets you test matches, replacements, and splits, all with various options and informative results output. I hope some of you find it useful and I gladly welcome your feedback. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fregexstorm.net%2fTester.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fregexstorm.net%2fTester.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Online_NET_Regex_Tester</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Online_NET_Regex_Tester</guid>
      <pubDate>Wed, 06 Jan 2010 13:17:07 GMT</pubDate>
    </item>
    <item>
      <title>Forex Impact Jason Fielder Reviews</title>
      <description>Jason Fielder has really put the meat and potatoes in with this one. I don't think anything is left out honestly. Oh and the backstage pass to his daily alerts is crazy stuff. You have to get this if you're anything serious about changing your life around in the forex trading market. I'd love to chat here more with this review but can't keep away from my trades and my kids are trying to drag me away from the computer. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.forextradingcoursereviews.com%2freview%2freview-items%2fforex-impact-jason-fielder"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.forextradingcoursereviews.com%2freview%2freview-items%2fforex-impact-jason-fielder" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Forex_Impact_Jason_Fielder_Reviews</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Forex_Impact_Jason_Fielder_Reviews</guid>
      <pubDate>Wed, 04 Nov 2009 03:55:14 GMT</pubDate>
    </item>
    <item>
      <title>Regex matching and naming groups in C#</title>
      <description>Let's say you have a string and want to match individual groups of characters against that string. How would you do that? That's the question I asked myself.
The following code is the outcome of some research on how to get this done. It shows you how to capture/match and name groups of characters using a regex. &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%2f09%2fregex-matching-and-naming-groups-in-c.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.leniel.net%2f2009%2f09%2fregex-matching-and-naming-groups-in-c.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Regex_matching_and_naming_groups_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Regex_matching_and_naming_groups_in_C</guid>
      <pubDate>Sat, 26 Sep 2009 22:07:24 GMT</pubDate>
    </item>
    <item>
      <title>Regex matching and naming groups in C#</title>
      <description>Let's say you have a string and want to match individual groups of characters against that string. How would you do that? That's the question I asked myself.
The following code is the outcome of some research on how to get this done. It shows you how to capture/match and name groups of characters using a regex. &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%2f09%2fregex-matching-and-naming-groups-in-c.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.leniel.net%2f2009%2f09%2fregex-matching-and-naming-groups-in-c.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Regex_matching_and_naming_groups_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Regex_matching_and_naming_groups_in_C</guid>
      <pubDate>Sat, 26 Sep 2009 22:07:24 GMT</pubDate>
    </item>
    <item>
      <title>Count the occurences of characters set/group in a string</title>
      <description>For example, to count all occurences of UpperCase chars, digits and 2 special symbols in a string &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.mareoblo.pl%2f2009%2f09%2f24%2fregular-expressions-count-the-occurences-of-characters-set-group-in-a-string%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.mareoblo.pl%2f2009%2f09%2f24%2fregular-expressions-count-the-occurences-of-characters-set-group-in-a-string%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Count_the_occurences_of_characters_set_group_in_a_string</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Count_the_occurences_of_characters_set_group_in_a_string</guid>
      <pubDate>Thu, 24 Sep 2009 06:25:28 GMT</pubDate>
    </item>
    <item>
      <title>Remove all special characters from a string, allowing alphanumeric</title>
      <description>Remove all special characters from a string, allowing only alphanumeric and chars: '.' and '-' &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.mareoblo.pl%2f2009%2f01%2f22%2fregular-expressions-remove-all-special-characters-from-a-string-allowing-only-alphanumeric-and-chars-%25e2%2580%2598-%25e2%2580%2599-and-%25e2%2580%2598-%25e2%2580%2599%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.mareoblo.pl%2f2009%2f01%2f22%2fregular-expressions-remove-all-special-characters-from-a-string-allowing-only-alphanumeric-and-chars-%25e2%2580%2598-%25e2%2580%2599-and-%25e2%2580%2598-%25e2%2580%2599%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Remove_all_special_characters_from_a_string_allowing_alphanumeric</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Remove_all_special_characters_from_a_string_allowing_alphanumeric</guid>
      <pubDate>Tue, 08 Sep 2009 17:32:09 GMT</pubDate>
    </item>
    <item>
      <title>Time hh:mm validation 24 hours format</title>
      <description>Check if time is in 24h format hh:mm For example these values are valid: 01:00 (leading zero is mandatory), 05:01, 13:00, 23:59. For example these values are not valid: 24:00, 1:30, 05:60, 12|34 etc. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcode.mareoblo.pl%2f2008%2f08%2f28%2fregular-expressions-time-hhmm-validation-24-hours-format%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcode.mareoblo.pl%2f2008%2f08%2f28%2fregular-expressions-time-hhmm-validation-24-hours-format%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Time_hh_mm_validation_24_hours_format</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Time_hh_mm_validation_24_hours_format</guid>
      <pubDate>Tue, 08 Sep 2009 17:26:29 GMT</pubDate>
    </item>
    <item>
      <title>ParseWiki.js - A JavaScript Wiki Parsing Engine</title>
      <description>An introduction to the start of a client-side wiki-parsing engine that uses regular expressiosn. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2frandomactsofcoding.blogspot.com%2f2009%2f08%2fparsewikijs-javascript-wiki-parsing.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2frandomactsofcoding.blogspot.com%2f2009%2f08%2fparsewikijs-javascript-wiki-parsing.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/ParseWiki_js_A_JavaScript_Wiki_Parsing_Engine</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/ParseWiki_js_A_JavaScript_Wiki_Parsing_Engine</guid>
      <pubDate>Sun, 23 Aug 2009 22:37:17 GMT</pubDate>
    </item>
    <item>
      <title>Regular Expression for alphanumeric password in C#</title>
      <description>Regular Expression for alphanumeric password &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.techartifact.com%2fblogs%2f2009%2f08%2fregular-expression-for-alphanumeric-password-in-c.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.techartifact.com%2fblogs%2f2009%2f08%2fregular-expression-for-alphanumeric-password-in-c.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Regular_Expression_for_alphanumeric_password_in_C</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Regular_Expression_for_alphanumeric_password_in_C</guid>
      <pubDate>Wed, 05 Aug 2009 11:32:43 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft's Regular Expressions</title>
      <description>Programming communities and corporate culture naturally encourages the development of peculiar nomenclatures and in-the-know jargon. As a demonstration, here's several expressions and terms used only &amp;amp;mdash; or primarily &amp;amp;mdash; by people who work at Microsoft... and not used, really, by anybody else. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.javaworld.com%2fcommunity%2fnode%2f3279"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.javaworld.com%2fcommunity%2fnode%2f3279" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Microsoft_s_Regular_Expressions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Microsoft_s_Regular_Expressions</guid>
      <pubDate>Tue, 04 Aug 2009 16:09:49 GMT</pubDate>
    </item>
    <item>
      <title>Football gifts</title>
      <description>Our unique Football gifts product is the ideal gift for any Fan.  This gift can be purchased as a coach gift, player gift, team gift or grandparent gift.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.personalizedsportsballs.com%2fFootball-Coach-Gift-Idea.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.personalizedsportsballs.com%2fFootball-Coach-Gift-Idea.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/regex/Football_gifts</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/regex/Football_gifts</guid>
      <pubDate>Sat, 01 Aug 2009 10:50:53 GMT</pubDate>
    </item>
    <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 02:45:03 GMT</pubDate>
    </item>
  </channel>
</rss>
