<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Regular Expressions</title>
	<atom:link href="http://cafe.elharo.com/web/refactoring-html/regular-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://cafe.elharo.com/web/refactoring-html/regular-expressions/</link>
	<description>Longer than a blog; shorter than a book</description>
	<lastBuildDate>Mon, 15 Mar 2010 07:06:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christophe Strobbe</title>
		<link>http://cafe.elharo.com/web/refactoring-html/regular-expressions/comment-page-1/#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&#039;s search and replace functions are really nice, but there&#039;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>
