<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Regex Guru</title>
	<link>http://www.regex-guru.info</link>
	<description>Irregular updates on the wonderful world of regular expressions by Jan Goyvaerts, developer of premier regular expression software and web sites</description>
	<lastBuildDate>Sun, 29 Jun 2008 08:31:56 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Jeff Atwood on Regular Expressions</title>
		<description>Last Friday Jeff Atwood makes a case for judicious use of regular expressions in the article Regular Expressions: Now You Have Two Problems on his Coding Horror blog.

Nitpick: In free-spacing mode (RegexOptions.IgnoreWhitespace in .NET), the # starts a comment all by itself, which runs to the end of the line. ...</description>
		<link>http://www.regex-guru.info/2008/06/jeff-atwood-on-regular-expressions/</link>
			</item>
	<item>
		<title>Writing Offline</title>
		<description>Late last year I resolved to start writing more.  Setting up this blog and two others was a big part of that.  Though my blogs have been a little quiet lately, I've actually been doing a lot of writing.  But offline.

Whenever I set out to do something, ...</description>
		<link>http://www.regex-guru.info/2008/05/writing-offline/</link>
			</item>
	<item>
		<title>Follow Up with Adequate Testing</title>
		<description>I always emphasize on the importance of testing your regular expressions on all possible input data.  Particularly on any input that you might get that you don't want the regex to match.

Writing a regular expression that matches something is often quite straightforward.  Making it match all the variations ...</description>
		<link>http://www.regex-guru.info/2008/05/follow-up-with-adequate-testing/</link>
			</item>
	<item>
		<title>No Follow The Lazy Dot</title>
		<description>.*? is what I call the "lazy dot".  It matches any sequence of characters.  It matches as few of them as needed to make the whole regex match.  The problem is that if there's no way for the regex to match, the lazy dot will continue all ...</description>
		<link>http://www.regex-guru.info/2008/05/no-follow-the-lazy-dot/</link>
			</item>
</channel>
</rss>
