<?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[Need Help ! I want to insert an element after each 2 words]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I just downloaded the latest version of Notepad++,</p>
<p dir="auto">I have text and I want to insert a ‘/’ after each 2 words like for example :</p>
<p dir="auto">Test test / test test / test test / test test /.</p>
<p dir="auto">Test test / test test / test test / test test / test test /.</p>
<p dir="auto">Test test / test test / test test / test test / test test / test test /<br />
test test / test test /.</p>
<p dir="auto">How to do this, and thank you very much for your support.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/21604/need-help-i-want-to-insert-an-element-after-each-2-words</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 07:26:34 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/21604.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 04 Aug 2021 15:39:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Need Help ! I want to insert an element after each 2 words on Wed, 04 Aug 2021 20:21:49 GMT]]></title><description><![CDATA[<p dir="auto">It works well, I thank you very much dear Alan for your support.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/68585</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/68585</guid><dc:creator><![CDATA[patrick rozon]]></dc:creator><pubDate>Wed, 04 Aug 2021 20:21:49 GMT</pubDate></item><item><title><![CDATA[Reply to Need Help ! I want to insert an element after each 2 words on Wed, 04 Aug 2021 16:11:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/22761">@patrick-rozon</a></p>
<p dir="auto">A replacement using Regular expression mode:</p>
<p dir="auto">Search for <code>\w+ \w+</code> and replace with <code>$0 /</code></p>
]]></description><link>https://community.notepad-plus-plus.org/post/68581</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/68581</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 04 Aug 2021 16:11:43 GMT</pubDate></item></channel></rss>