<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Regular Expressions</title>
	<atom:link href="http://cafe.elharo.com/uncategorized/regular-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://cafe.elharo.com/uncategorized/regular-expressions/</link>
	<description>Longer than a blog; shorter than a book</description>
	<pubDate>Fri, 21 Nov 2008 16:49:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Christophe Strobbe</title>
		<link>http://cafe.elharo.com/uncategorized/regular-expressions/#comment-241900</link>
		<dc:creator>Christophe Strobbe</dc:creator>
		<pubDate>Wed, 25 Jun 2008 21:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://cafe.elharo.com/uncategorized/regular-expressions/#comment-241900</guid>
		<description>JEdit has been my favourite editor for several years. It's search and replace functions are really nice, but there's one thing you need to be careful about: when you replace text in files, the editor loads all the modified files. If the number of files is very large, this behaviour can choke the editor. So always perform a hypersearch to check the number of files before you start batch-replacing strings. For string replacements across hundreds of files, there are other tools; batch replacement across large numbers of files also works quite will in Eclipse.</description>
		<content:encoded><![CDATA[<p>JEdit has been my favourite editor for several years. It&#8217;s search and replace functions are really nice, but there&#8217;s one thing you need to be careful about: when you replace text in files, the editor loads all the modified files. If the number of files is very large, this behaviour can choke the editor. So always perform a hypersearch to check the number of files before you start batch-replacing strings. For string replacements across hundreds of files, there are other tools; batch replacement across large numbers of files also works quite will in Eclipse.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
