<?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>Blog of Anders Rune Jensen &#187; LINQ</title>
	<atom:link href="http://people.iola.dk/arj/tag/linq/feed/" rel="self" type="application/rss+xml" />
	<link>http://people.iola.dk/arj</link>
	<description>metalinguistic musings and other related ramblings</description>
	<lastBuildDate>Fri, 18 Nov 2011 19:13:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Writing readable regular expressions</title>
		<link>http://people.iola.dk/arj/2008/12/16/writing-readable-regular-expressions/</link>
		<comments>http://people.iola.dk/arj/2008/12/16/writing-readable-regular-expressions/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 03:33:55 +0000</pubDate>
		<dc:creator>Anders Rune Jensen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DSL]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[regular expressions]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://people.iola.dk/arj/?p=234</guid>
		<description><![CDATA[<p>I was talking to <a href="http://ole-laursen.blogspot.com/">Ole</a> today about regular expressions, and one of the problems with regular expressions is that it, like SQL, compounds the actual problem into on string, thus making it very hard to read again. Luckily we now have ORM&#8217;s to take care of most of the SQL mess, but regular expressions hasn&#8217;t received the same kind of limelight. I immediately thought that one could use a similar technique to deal with the regular expression problem, just by expression it as a language (DSL) and running something like LINQ on it. And of course, <a href="http://flimflan.com/blog/ReadableRegularExpressions.aspx">several</a> <a href="http://xtargets.com/snippets/posts/show/78">people</a> has already been doing <a href="http://weblogs.asp.net/rosherove/archive/2008/05/06/introducing-linq-to-regex.aspx">this</a>. Nifty stuff!</p>
]]></description>
		<wfw:commentRss>http://people.iola.dk/arj/2008/12/16/writing-readable-regular-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

