<?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[Search++ (&#x5C;W)&#x27;(&#x5C;w) regex replace failure]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/coises" aria-label="Profile: Coises">@<bdi>Coises</bdi></a></p>
<p dir="auto">As noted in <a href="https://community.notepad-plus-plus.org/topic/27621/w-w-regex-replace-failure">my post earlier today</a> about an instance of regex replacement failure via Notepad++’s native find/replace functionality, I tried doing the same regex replacement in Search++, but got some bizarre results. As stated in my other post, I was doing this in ANSI text, using FIND WHAT string <code>(\W)'(\w)</code> and REPLACE WITH string <code>\1’\2</code>. My initial text:</p>
<pre><code>this
'Cos I am
that

this
'Round and 'round
that
</code></pre>
<p dir="auto">Considering your explanation to me in the other thread, I’m assuming my utilization of the same regex via your plugin may have been doomed to failure anyway, but… results after stepping through (one replacement at a time), first attempt:</p>
<pre><code>this
?Cos I am
that

this
-?-ound and-?-ound
that
</code></pre>
<p dir="auto">Second attempt:</p>
<pre><code>this
-?-os I am
that

this
?Round and-?-ound
that
</code></pre>
<p dir="auto">Any idea what’s up with <em>that</em>?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/27623/search-w-w-regex-replace-failure</link><generator>RSS for Node</generator><lastBuildDate>Wed, 05 Aug 2026 21:56:55 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/27623.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 05 Aug 2026 20:12:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Search++ (&#x5C;W)&#x27;(&#x5C;w) regex replace failure on Wed, 05 Aug 2026 21:42:28 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m-andre-z-eckenrode" aria-label="Profile: M-Andre-Z-Eckenrode">@<bdi>M-Andre-Z-Eckenrode</bdi></a> <a href="/post/106023">said</a>:</p>
<p dir="auto">Considering your explanation to me in the other thread, I’m assuming my utilization of the same regex via your plugin may have been doomed to failure anyway, but… results after stepping through (one replacement at a time), first attempt</p>
</blockquote>
<p dir="auto">Those are strange results, which I can’t reproduce. Your find and replace combination works for all three occurrences on my installation.</p>
<p dir="auto">Looking at your debug info in the other thread, I see that you have a long list of plugins. I know this is a pain, but would you try:</p>
<ul>
<li>Download a fresh, portable copy of Notepad++ (<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.9.7/npp.8.9.7.portable.zip" rel="nofollow ugc">v8.9.7, 32 bit</a> as per your debug info) and unzip that to a folder.</li>
<li>Download Search++ (<a href="https://github.com/Coises/SearchPlusPlus/releases/download/v0.6.3.1/Search++-0.6.3.1-x86.zip" rel="nofollow ugc">v06.3.1, 32 bit</a>), unzip that to a folder and rename the folder <code>Search++</code>.</li>
<li>Move the <code>Search++</code> folder into the <code>plugins</code> folder within the portable Notepad++ folder.</li>
<li>Double-click <code>notepad++.exe</code> in the portable Notepad++ folder.</li>
</ul>
<p dir="auto">and try your test with that copy of Notepad++?</p>
<p dir="auto">That would at least tell us whether there is something about your system that is different than mine, or something about your plugins or your Notepad++ configuration that is different.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/106024</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/106024</guid><dc:creator><![CDATA[Coises]]></dc:creator><pubDate>Wed, 05 Aug 2026 21:42:28 GMT</pubDate></item></channel></rss>