<?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[Find and Replace]]></title><description><![CDATA[<p dir="auto">I’m having a letter replacement problem:<br />
find: (n)|(u)|(o)<br />
replace: (?1&amp;)(?2Ã)(?34)</p>
<p dir="auto">I want the o to be a 4. But maybe this Notepad++ is misreading the order as 34. So is there any way I can turn the o into a 4 without error?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/22859/find-and-replace</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 00:53:32 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/22859.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 16 Apr 2022 16:27:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Find and Replace on Tue, 19 Apr 2022 17:20:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: peterjones">@<bdi>peterjones</bdi></a> said in <a href="/post/76102">Find and Replace</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/neil-schipper" aria-label="Profile: neil-schipper">@<bdi>neil-schipper</bdi></a> ,</p>
<p dir="auto">That’s probably a good clarification</p>
</blockquote>
<p dir="auto"><a href="https://github.com/notepad-plus-plus/npp-usermanual/issues/349" rel="nofollow ugc">issue #349</a> =&gt; <a href="https://github.com/notepad-plus-plus/npp-usermanual/pull/350" rel="nofollow ugc">PR #350</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/76176</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76176</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 19 Apr 2022 17:20:23 GMT</pubDate></item><item><title><![CDATA[Reply to Find and Replace on Mon, 18 Apr 2022 00:05:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/neil-schipper" aria-label="Profile: neil-schipper">@<bdi>neil-schipper</bdi></a> ,</p>
<p dir="auto">That’s probably a good clarification</p>
]]></description><link>https://community.notepad-plus-plus.org/post/76102</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76102</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 18 Apr 2022 00:05:26 GMT</pubDate></item><item><title><![CDATA[Reply to Find and Replace on Sun, 17 Apr 2022 15:33:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: peterjones">@<bdi>peterjones</bdi></a> said in <a href="/post/76080">Find and Replace</a>:</p>
<blockquote>
<p dir="auto"><a href="https://npp-user-manual.org/docs/searching/#substitution-conditionals" rel="nofollow ugc">https://npp-user-manual.org/docs/searching/#substitution-conditionals</a><br />
(?{3}4) for the last term</p>
</blockquote>
<p dir="auto">Peter, that substitution expression (which provides the desired functionality) contradicts the spec, which says that without the <code>{}</code>, “a single decimal digit (0-9)” will be used to identify the match group to test. Perhaps the spec should indicate that in the basic case of <code>?ℕYesPattern:NoPattern</code>, YesPattern must not start with a digit.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/76093</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76093</guid><dc:creator><![CDATA[Neil Schipper]]></dc:creator><pubDate>Sun, 17 Apr 2022 15:33:12 GMT</pubDate></item><item><title><![CDATA[Reply to Find and Replace on Sat, 16 Apr 2022 18:00:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: peterjones">@<bdi>peterjones</bdi></a> thanks you 🥳</p>
]]></description><link>https://community.notepad-plus-plus.org/post/76086</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76086</guid><dc:creator><![CDATA[Tiến Bean]]></dc:creator><pubDate>Sat, 16 Apr 2022 18:00:27 GMT</pubDate></item><item><title><![CDATA[Reply to Find and Replace on Sat, 16 Apr 2022 16:43:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ti%E1%BA%BFn-bean" aria-label="Profile: tiến-bean">@<bdi>tiến-bean</bdi></a></p>
<p dir="auto"><a href="https://npp-user-manual.org/docs/searching/#substitution-conditionals" rel="nofollow ugc">https://npp-user-manual.org/docs/searching/#substitution-conditionals</a></p>
<p dir="auto"><code>(?{3}4)</code> for the last term</p>
]]></description><link>https://community.notepad-plus-plus.org/post/76080</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/76080</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sat, 16 Apr 2022 16:43:42 GMT</pubDate></item></channel></rss>