<?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[Change and move a string]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I tried a lot, but nothing worked.<br />
How to move a text in a line?<br />
The lines look about this:</p>
<p dir="auto">[combobox “<strong>Text 1</strong>”][button “Expand List”]‘/&gt;<br />
[combobox “<strong>Text 2</strong>”][button “Expand List”]’/&gt;<br />
[combobox “<strong>Text 3</strong>”][button “Expand List”]'/&gt;</p>
<p dir="auto">and I want to change it like this:<br />
[group “<strong>Text  1</strong>”].combobox[button “Expand List”]‘/&gt;<br />
[group “<strong>Text  2</strong>”].combobox[button “Expand List”]’/&gt;<br />
[group “<strong>Text  3</strong>”].combobox[button “Expand List”]'/&gt;</p>
<p dir="auto">Can anybody help me</p>
<p dir="auto">Thanks a lot</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/18220/change-and-move-a-string</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 10:30:18 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/18220.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 09 Sep 2019 11:03:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Change and move a string on Sat, 19 Oct 2019 11:31:31 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="/user/knowledge-base" aria-label="Profile: knowledge-base">@<bdi>knowledge-base</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: ekopalypse">@<bdi>ekopalypse</bdi></a>,</p>
<p dir="auto">I was <strong>away</strong> from the <strong>N++ community</strong> since more than a <strong>month</strong> ( see my post below )</p>
<p dir="auto"><a href="https://community.notepad-plus-plus.org/post/47895">https://community.notepad-plus-plus.org/post/47895</a></p>
<p dir="auto">So, just for info ! The <a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: ekopalypse">@<bdi>ekopalypse</bdi></a> solution can even be <strong>shortened</strong> :</p>
<p dir="auto">FIND <strong><code>combobox( ".+?"\])</code></strong></p>
<p dir="auto">REPLACE <strong><code>group\1.combobox</code></strong></p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/47910</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/47910</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sat, 19 Oct 2019 11:31:31 GMT</pubDate></item><item><title><![CDATA[Reply to Change and move a string on Mon, 09 Sep 2019 12:11:34 GMT]]></title><description><![CDATA[<p dir="auto">Hello Ekopalypse ,</p>
<p dir="auto">okay, I’ve tried a completely wrong path.<br />
1447 replaces in less than 1 second - I’m happy :-)</p>
<p dir="auto">Thanks al lot for you help.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/46938</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/46938</guid><dc:creator><![CDATA[Knowledge Base]]></dc:creator><pubDate>Mon, 09 Sep 2019 12:11:34 GMT</pubDate></item><item><title><![CDATA[Reply to Change and move a string on Mon, 09 Sep 2019 11:47:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/knowledge-base" aria-label="Profile: Knowledge-Base">@<bdi>Knowledge-Base</bdi></a></p>
<p dir="auto">sorry, find what is to broad, use : <code>(\[(combobox) (".+?")\])</code></p>
]]></description><link>https://community.notepad-plus-plus.org/post/46937</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/46937</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Mon, 09 Sep 2019 11:47:12 GMT</pubDate></item><item><title><![CDATA[Reply to Change and move a string on Mon, 09 Sep 2019 11:30:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/knowledge-base" aria-label="Profile: Knowledge-Base">@<bdi>Knowledge-Base</bdi></a><br />
find what:<code>(\[(combobox) (".+")\])</code><br />
replace with:<code>\[group \3\]\.\2</code></p>
<p dir="auto">because <code>[</code> and <code>]</code> and <code>.</code>  do have special meanings in regex, they need to be escaped<br />
in order to treat them literally.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/46935</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/46935</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Mon, 09 Sep 2019 11:30:09 GMT</pubDate></item></channel></rss>