<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Intrepid Blog &#187; regular expressions</title>
	<atom:link href="http://blog.affien.com/archives/tag/regular-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.affien.com</link>
	<description>A few thoughts</description>
	<lastBuildDate>Mon, 01 Mar 2010 00:58:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Regular Expressions in .Net</title>
		<link>http://blog.affien.com/archives/2005/02/21/regular-expressions-in-net/</link>
		<comments>http://blog.affien.com/archives/2005/02/21/regular-expressions-in-net/#comments</comments>
		<pubDate>Mon, 21 Feb 2005 18:05:44 +0000</pubDate>
		<dc:creator>Bas Westerbaan</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[regular expressions]]></category>

		<guid isPermaLink="false">http://blog.w-nz.com/archives/2005/02/21/regular-expressions-in-net/</guid>
		<description><![CDATA[Regular Expressions in .Net (System.Text.RegularExpression) are fast!
When creating a Regex with the compile flag the regex will actually be compiled to very optimized native assembly which makes the .net regular expression library faster than any c# code you could write for one specific case.
This was a pleasant suprise   for now I know I [...]]]></description>
			<content:encoded><![CDATA[<p>Regular Expressions in .Net (<code>System.Text.RegularExpression</code>) are fast!</p>
<p>When creating a <code>Regex</code> with the compile flag the regex will actually be compiled to very optimized native assembly which makes the .net regular expression library faster than any c# code you could write for one specific case.</p>
<p>This was a pleasant suprise <img src='http://blog.affien.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  for now I know I can use regular expression for all those small things like parsing input.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.affien.com/archives/2005/02/21/regular-expressions-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
