<?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>Tech Life of Recht &#187; grails</title>
	<atom:link href="http://braindump.dk/tech/category/grails/feed/" rel="self" type="application/rss+xml" />
	<link>http://braindump.dk/tech</link>
	<description>Online and Working</description>
	<lastBuildDate>Thu, 28 Jan 2010 22:29:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>String replace and regular expressions</title>
		<link>http://braindump.dk/tech/2008/02/20/string-replace-and-regular-expressions/</link>
		<comments>http://braindump.dk/tech/2008/02/20/string-replace-and-regular-expressions/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 21:47:44 +0000</pubDate>
		<dc:creator>recht</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[grails]]></category>
		<category><![CDATA[replaceall]]></category>
		<category><![CDATA[string]]></category>

		<guid isPermaLink="false">http://braindump.dk/tech/2008/02/20/string-replace-and-regular-expressions/</guid>
		<description><![CDATA[All Java programmers know and use String.replaceAll(), but whenever I need to do something complicated, I always have to create a small test class where I can try out the regular expressions and replacement strings. Yesterday, I finally got tired of creating these test classes, and decided to implement a String.replaceAll on the web. Fortunately, [...]]]></description>
			<content:encoded><![CDATA[<p>All Java programmers know and use String.replaceAll(), but whenever I need to do something complicated, I always have to create a small test class where I can try out the regular expressions and replacement strings. Yesterday, I finally got tired of creating these test classes, and decided to implement a String.replaceAll on the web. Fortunately, the task was small enough to complete in an hour or two, so I actually got it done.</p>
<p>So, for all your string replacement needs, go to the very advanced <a href="http://replaceall.org">replaceall.org</a> website.</p>
<p>Incidentally, this was also my first <a href="http://grails.org">Grails</a> project. It hardly uses all features &#8211; for example, there&#8217;s no database involved, but it was fun trying anyways.</p>
]]></content:encoded>
			<wfw:commentRss>http://braindump.dk/tech/2008/02/20/string-replace-and-regular-expressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
