<?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 the comma between two selected words using regex replacement]]></title><description><![CDATA[<p dir="auto">I want to replace the comma (,) between two selected words. here is the input</p>
<pre><code>test normal content [ABC]new, ball, test[/ABC]
</code></pre>
<p dir="auto">output</p>
<pre><code>test normal content [ABC]new[/ABC][ABC] ball[/ABC][ABC] test[/ABC]
</code></pre>
<p dir="auto">can someone please guide me on how to do it?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23348/replace-the-comma-between-two-selected-words-using-regex-replacement</link><generator>RSS for Node</generator><lastBuildDate>Wed, 17 Jun 2026 03:56:53 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23348.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 06 Aug 2022 07:44:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Replace the comma between two selected words using regex replacement on Sat, 06 Aug 2022 20:23:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/voska7" aria-label="Profile: voska7">@<bdi>voska7</bdi></a> said in <a href="/post/78959">Replace the comma between two selected words using regex replacement</a>:</p>
<blockquote>
<p dir="auto">i want to replace comma only inside [ABC] [/ABC]</p>
</blockquote>
<p dir="auto">If you go to the <a href="https://community.notepad-plus-plus.org/category/7/faq">FAQ</a> on this site…<br />
And from there go <a href="https://community.notepad-plus-plus.org/topic/22673/faq-desk-generic-regular-expression-regex-formulas">HERE</a>…<br />
One of the choices there will take you <a href="https://community.notepad-plus-plus.org/topic/22690/generic-regex-replacing-in-a-specific-zone-of-text">HERE</a>…which seems to be what you need.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/78964</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/78964</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sat, 06 Aug 2022 20:23:23 GMT</pubDate></item><item><title><![CDATA[Reply to Replace the comma between two selected words using regex replacement on Sat, 06 Aug 2022 13:47:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> i want to replace comma only inside [ABC] [/ABC]. I could not able to edit the first post.</p>
<p dir="auto">input<br />
<code>test, normal content [ABC]new, ball, test[/ABC]</code></p>
<p dir="auto">Output<br />
<code>test, normal content [ABC]new[/ABC][ABC] ball[/ABC][ABC] test[/ABC]</code></p>
<p dir="auto">sorry I did not explain properly in my first post.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/78959</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/78959</guid><dc:creator><![CDATA[voska7]]></dc:creator><pubDate>Sat, 06 Aug 2022 13:47:54 GMT</pubDate></item><item><title><![CDATA[Reply to Replace the comma between two selected words using regex replacement on Sat, 06 Aug 2022 12:48:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/voska7" aria-label="Profile: voska7">@<bdi>voska7</bdi></a></p>
<p dir="auto">If you know about the existence of regex, why is this hard?</p>
<p dir="auto">Find: <code>,</code><br />
Replace: <code>[/ABC][ABC]</code><br />
Search mode: Regular expression</p>
]]></description><link>https://community.notepad-plus-plus.org/post/78958</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/78958</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sat, 06 Aug 2022 12:48:20 GMT</pubDate></item></channel></rss>