<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[replace multi strings by other strings]]></title><description><![CDATA[<p dir="auto">hello<br />
i have many url inside files<br />
i would to replace each one by an other which correspondt<br />
by example<br />
replace /mydirectory/file.htm by /otherdirectory/filenew.htm<br />
replace /myotherdirectory/otherfile.htm by /stillanewdirectory/ismyfile.htm<br />
etc<br />
so is there a solution to replace different strings each one by a corresponding string?<br />
with a macro, with an other tool? how could i do?<br />
thanks</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/15644/replace-multi-strings-by-other-strings</link><generator>RSS for Node</generator><lastBuildDate>Tue, 15 Sep 2026 11:49:49 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/15644.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Apr 2018 12:10:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to replace multi strings by other strings on Thu, 19 Apr 2018 06:53:36 GMT]]></title><description><![CDATA[<p dir="auto">i give you the solution<br />
search (word1)|(word2) replace (?1word3)(?2word4) (regular expression)</p>
<p dir="auto">mean word1 if found is replace by word3, and word2 if found by word4</p>
<p dir="auto">but not tested with a lot of words</p>
]]></description><link>https://community.notepad-plus-plus.org/post/31751</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/31751</guid><dc:creator><![CDATA[Pouemes44]]></dc:creator><pubDate>Thu, 19 Apr 2018 06:53:36 GMT</pubDate></item></channel></rss>