<?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:  Search&#x2F;Replace All does not replace all]]></title><description><![CDATA[<p dir="auto">For example, paste the following into Notepad++, then press Ctrl-H, search for double-quote “, and replace with backslash-double-quote \”, pick Replace All.  Note that not all are replaced.</p>
<p dir="auto">Notepad++ x64 v7.8.4</p>
<p dir="auto">TEST EXAMPLE:</p>
<p dir="auto">{<br />
“elements”: [<br />
{<br />
“name”: {<br />
“locale”: {<br />
“country”: “US”,<br />
“language”: “en”<br />
},<br />
“value”: “Sacramento, California Area”<br />
},<br />
“country”: “urn:li:country:us”,<br />
“id”: 82,<br />
“$URN”: “urn:li:region:82”,<br />
“states”: [<br />
“urn:li:state:(urn:li:country:us,CA)”,<br />
“urn:li:state:(urn:li:country:us,NV)”<br />
]<br />
},<br />
{<br />
“name”: {<br />
“locale”: {<br />
“country”: “US”,<br />
“language”: “en”<br />
},<br />
“value”: “San Francisco Bay Area”<br />
},<br />
“country”: “urn:li:country:us”,<br />
“id”: 84,<br />
“$URN”: “urn:li:region:84”,<br />
“states”: [<br />
“urn:li:state:(urn:li:country:us,CA)”<br />
]<br />
},<br />
…<br />
],<br />
“paging”: {<br />
“count”: 10,<br />
“start”: 0<br />
}<br />
}</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/19055/bug-search-replace-all-does-not-replace-all</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 09:01:55 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/19055.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 16 Mar 2020 12:49:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bug:  Search&#x2F;Replace All does not replace all on Mon, 16 Mar 2020 17:51:03 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/18002">@jay-imerman</a> and <strong>All</strong>,</p>
<p dir="auto">And, if you run this <strong>S/R</strong>, using the <strong><code>Regular expression</code></strong> search <strong>mode</strong>, you must adopt this syntax :</p>
<p dir="auto">SEARCH <strong><code>"</code></strong></p>
<p dir="auto">REPLACE <strong><code>\\"</code></strong></p>
<p dir="auto">because the <strong>Escape</strong> <strong><code>\</code></strong> is a special <strong>regex</strong> character and needs to be  escaped, <strong>itself</strong>, with an other <strong><code>\</code></strong> symbol, to be taken as a <strong>literal</strong> !</p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/51433</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/51433</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Mon, 16 Mar 2020 17:51:03 GMT</pubDate></item><item><title><![CDATA[Reply to Bug:  Search&#x2F;Replace All does not replace all on Mon, 16 Mar 2020 13:22:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/18002">@Jay-Imerman</a> said in <a href="/post/51414">Bug: Search/Replace All does not replace all</a>:</p>
<blockquote>
<p dir="auto">Note that not all are replaced.</p>
</blockquote>
<p dir="auto">This makes me suspect that the replacements are all after the current<br />
caret position and you haven’t checked <strong>wrap around</strong>, is that right?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/51421</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/51421</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Mon, 16 Mar 2020 13:22:09 GMT</pubDate></item><item><title><![CDATA[Reply to Bug:  Search&#x2F;Replace All does not replace all on Mon, 16 Mar 2020 13:14:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/18002">@Jay-Imerman</a></p>
<p dir="auto">Works fine for me.  Maybe more details about what you are doing (screenshot?) and what you are ending up with?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/51417</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/51417</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 16 Mar 2020 13:14:40 GMT</pubDate></item></channel></rss>