<?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: Do Multiple Search &amp; Replaces in Several Files with BKReplaceEm</title>
	<atom:link href="http://www.makeuseof.com/tag/do-multiple-find-replaces-throughout-multiple-files-with-bk-replaceem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com/tag/do-multiple-find-replaces-throughout-multiple-files-with-bk-replaceem/</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Tue, 24 Nov 2009 07:02:00 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AgusBagus</title>
		<link>http://www.makeuseof.com/tag/do-multiple-find-replaces-throughout-multiple-files-with-bk-replaceem/comment-page-1/#comment-352690</link>
		<dc:creator>AgusBagus</dc:creator>
		<pubDate>Fri, 31 Oct 2008 10:12:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=6685#comment-352690</guid>
		<description>Yes, totally agreed, I have tried many free find and replace tools. Believe me this is the best one.  I can&#039;t even believe this is freeware..... :)</description>
		<content:encoded><![CDATA[<p>Yes, totally agreed, I have tried many free find and replace tools. Believe me this is the best one.  I can&#8217;t even believe this is freeware&#8230;.. <img src='http://www.makeuseof.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spuri</title>
		<link>http://www.makeuseof.com/tag/do-multiple-find-replaces-throughout-multiple-files-with-bk-replaceem/comment-page-1/#comment-352153</link>
		<dc:creator>spuri</dc:creator>
		<pubDate>Tue, 28 Oct 2008 14:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=6685#comment-352153</guid>
		<description>I think this won&#039;t work with UTF-8 file encoding... :(
 Do you know a newer clone?</description>
		<content:encoded><![CDATA[<p>I think this won&#8217;t work with UTF-8 file encoding&#8230; <img src='http://www.makeuseof.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
 Do you know a newer clone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aibek</title>
		<link>http://www.makeuseof.com/tag/do-multiple-find-replaces-throughout-multiple-files-with-bk-replaceem/comment-page-1/#comment-351533</link>
		<dc:creator>Aibek</dc:creator>
		<pubDate>Thu, 23 Oct 2008 21:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=6685#comment-351533</guid>
		<description>Nice app!</description>
		<content:encoded><![CDATA[<p>Nice app!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl L. Gechlik</title>
		<link>http://www.makeuseof.com/tag/do-multiple-find-replaces-throughout-multiple-files-with-bk-replaceem/comment-page-1/#comment-351433</link>
		<dc:creator>Karl L. Gechlik</dc:creator>
		<pubDate>Wed, 22 Oct 2008 17:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=6685#comment-351433</guid>
		<description>In BK ReplaceEm, first right-click on a row of search/replace text and choose Advanced Edit. Then choose Regular Expression from the drop-down list at the bottom-left.

For the search text (in this example, adding a mirror in a html file), type:

&quot;&gt;Canadian CCP14 Mirror&lt;/a&gt;\] \&#124; 
\[&lt;a href=&quot;http://ccp14.semo.edu/([^&quot;]*)&quot; rel=&quot;nofollow&quot;&gt;US CCP14 Mirror&lt;/a&gt;\]
&lt;/font&gt;

(though you may have to add multiple versions if you were careless with setting up the original HTML and there are very minor varients)

&quot;&gt;Canadian CCP14 Mirror&lt;/a&gt;\] \&#124;
\[&lt;a href=&quot;http://ccp14.semo.edu/([^&quot;]*)&quot; rel=&quot;nofollow&quot;&gt;US CCP14 Mirror&lt;/a&gt;\]
&lt;/font&gt;

Notice the use of escaping square brackets and pipes with the backslash since they are special regular expression characters

For the replace text, type:

&quot;&gt;Canadian CCP14 Mirror&lt;/a&gt;] &#124; 
[&lt;a href=&quot;http://ccp14.semo.edu/\1&quot; rel=&quot;nofollow&quot;&gt;US CCP14 Mirror&lt;/a&gt;] &#124;
[&lt;a href=&quot;http://ccp14.minerals.csiro.au/\1&quot; rel=&quot;nofollow&quot;&gt;Australian CCP14 Mirror&lt;/a&gt;]
&lt;/font&gt;

So I guess the answer would be yes.</description>
		<content:encoded><![CDATA[<p>In BK ReplaceEm, first right-click on a row of search/replace text and choose Advanced Edit. Then choose Regular Expression from the drop-down list at the bottom-left.</p>
<p>For the search text (in this example, adding a mirror in a html file), type:</p>
<p>&#8220;>Canadian CCP14 Mirror\] \|<br />
\[<a href="http://ccp14.semo.edu/([^"]*)&#8221; rel=&#8221;nofollow&#8221;>US CCP14 Mirror</a>\]</p>
<p>(though you may have to add multiple versions if you were careless with setting up the original HTML and there are very minor varients)</p>
<p>&#8220;>Canadian CCP14 Mirror\] \|<br />
\[<a href="http://ccp14.semo.edu/([^"]*)&#8221; rel=&#8221;nofollow&#8221;>US CCP14 Mirror</a>\]</p>
<p>Notice the use of escaping square brackets and pipes with the backslash since they are special regular expression characters</p>
<p>For the replace text, type:</p>
<p>&#8220;>Canadian CCP14 Mirror] |<br />
[<a href="http://ccp14.semo.edu/\1" rel="nofollow">US CCP14 Mirror</a>] |<br />
[<a href="http://ccp14.minerals.csiro.au/\1" rel="nofollow">Australian CCP14 Mirror</a>]</p>
<p>So I guess the answer would be yes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: coonj</title>
		<link>http://www.makeuseof.com/tag/do-multiple-find-replaces-throughout-multiple-files-with-bk-replaceem/comment-page-1/#comment-351430</link>
		<dc:creator>coonj</dc:creator>
		<pubDate>Wed, 22 Oct 2008 16:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.makeuseof.com/?p=6685#comment-351430</guid>
		<description>does it support regex as nicely as Notepadd++?</description>
		<content:encoded><![CDATA[<p>does it support regex as nicely as Notepadd++?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
