<?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[[BUG] find &amp; replace with &#x5C;n]]></title><description><![CDATA[<p dir="auto">Trying to find &amp; replace (extended search)<br />
\n;;;;;;;;x;<br />
with<br />
;;;;;;;;x;</p>
<p dir="auto">on a text like:<br />
IS_ROOT;Is ROOT;;;;;È ORIG<br />
;;;;;;;;x;<br />
IS_PREV;Is PREV;;;;;È PREC<br />
;;;;;;;;x;<br />
IS_FROM;Is FROM;;;;;È DI<br />
;;;;;;;;x;</p>
<p dir="auto">won’t delete the Carriage Return moving back the “;;;;;;;;x;”.<br />
Expected result:<br />
IS_ROOT;Is ROOT;;;;;È ORIG;;;;;;;;x;<br />
IS_PREV;Is PREV;;;;;È PREC;;;;;;;;x;<br />
IS_FROM;Is FROM;;;;;È DI;;;;;;;;x;</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/19930/bug-find-replace-with-n</link><generator>RSS for Node</generator><lastBuildDate>Fri, 07 Aug 2026 21:25:11 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/19930.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 01 Sep 2020 18:34:57 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [BUG] find &amp; replace with &#x5C;n on Tue, 01 Sep 2020 18:44:58 GMT]]></title><description><![CDATA[<p dir="auto">Correct! Thank you.<br />
Indeed was a Win file (CR+LF) and works fine searching &amp; replacing:<br />
\r\n;;;;;;;;x;<br />
to<br />
;;;;;;;;x;</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57254</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57254</guid><dc:creator><![CDATA[Luca L 0]]></dc:creator><pubDate>Tue, 01 Sep 2020 18:44:58 GMT</pubDate></item><item><title><![CDATA[Reply to [BUG] find &amp; replace with &#x5C;n on Tue, 01 Sep 2020 18:45:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/luca-l-0" aria-label="Profile: Luca-L-0">@<bdi>Luca-L-0</bdi></a> said in <a href="/post/57251">[BUG] find &amp; replace with \n</a>:</p>
<blockquote>
<p dir="auto">\n;;;;;;;;x;</p>
</blockquote>
<p dir="auto">Ran out of editing time.</p>
<p dir="auto">You may want your Find expression to be <code>\r\n;;;;;;;;x;</code> if you have Windows files.</p>
<p dir="auto">You may also want to read up on “line endings” if you aren’t well-versed.</p>
<p dir="auto">EDIT: Earlier I said “On presumes” when I should have said “One presumes”</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57253</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57253</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 01 Sep 2020 18:45:08 GMT</pubDate></item><item><title><![CDATA[Reply to [BUG] find &amp; replace with &#x5C;n on Tue, 01 Sep 2020 18:41:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/luca-l-0" aria-label="Profile: Luca-L-0">@<bdi>Luca-L-0</bdi></a></p>
<p dir="auto">Works for me to produce your expected result.</p>
<p dir="auto">On presumes with your usage of <code>\n</code> that your files are of Unix type?<br />
Check your status bar for <code>Unix (LF)</code> to be sure.</p>
<p dir="auto">If they are of Windows type you end up with this:</p>
<p dir="auto"><img src="/assets/uploads/files/1598985691441-a3bd85a2-67f4-4e88-86fe-e6a238460631-image.png" alt="a3bd85a2-67f4-4e88-86fe-e6a238460631-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Which I’m sure isn’t what you want.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57252</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57252</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 01 Sep 2020 18:41:46 GMT</pubDate></item></channel></rss>