<?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[Advanced &quot;Replace&quot; function]]></title><description><![CDATA[<p dir="auto">Hello guys!</p>
<p dir="auto">Great to find such a nice forum for N++ maybe I might find some information concerning my issue here.<br />
I think the search and replace funtion in N++ is really great but sometimes I feel like there is missing an option… or I have no idea how to use it properly. But after studiing the help files and some internet searching I’m still kind of stupid.</p>
<p dir="auto">Here is an example of what I’m trying to do.<br />
For example I have an XML file and need to find a word/expression. If this word/expression is found I need to search in the same line for a second word/expression and replace it by something else.</p>
<p dir="auto">For example: Search for “LargeRock02”</p>
<ul>
<li>&lt;Shape shapeId=“168” name=“LargeRock02” translation=“-11.197 -1.40177 6.79036” rotation=“0 60.9952 1.04951e-013” scale=“0.1 0.1 0.1” static=“true” clipDistance=“800” nodeId=“5546” materialIds=“14” castsShadows=“true” receiveShadows=“true”/&gt;</li>
</ul>
<p dir="auto">When it’s found search for materialIds=“14” when found, replace by for example materialIds=“32”</p>
<p dir="auto">I hope I explained it easy to understand and hope you guys could give me a hint of what I’m doing wrong in the search/replace tool or if it is even possible to do such a thing. I tried some Plugins like “Analyse Plugin” but it didn’t give me the function I’m looking for.</p>
<p dir="auto">Thanks a lot in advance guys and please keep up the great work!<br />
Cheers, mailman</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/78/advanced-replace-function</link><generator>RSS for Node</generator><lastBuildDate>Mon, 18 May 2026 03:41:00 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/78.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 04 Jul 2015 14:10:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Advanced &quot;Replace&quot; function on Thu, 09 Jul 2015 16:39:48 GMT]]></title><description><![CDATA[<p dir="auto">The PythonScript plugin could do it (with the requirement you know Python) or just use a regular expression</p>
<p dir="auto">Search for<br />
<code>(LargeRock02.+?materialIds=")14</code></p>
<p dir="auto">Replace with<br />
<code>\132</code></p>
]]></description><link>https://community.notepad-plus-plus.org/post/299</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/299</guid><dc:creator><![CDATA[dail]]></dc:creator><pubDate>Thu, 09 Jul 2015 16:39:48 GMT</pubDate></item><item><title><![CDATA[Reply to Advanced &quot;Replace&quot; function on Thu, 09 Jul 2015 16:26:24 GMT]]></title><description><![CDATA[<p dir="auto">PUSH PUSH :-D nobody a suggestion?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/298</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/298</guid><dc:creator><![CDATA[ModsWanted]]></dc:creator><pubDate>Thu, 09 Jul 2015 16:26:24 GMT</pubDate></item></channel></rss>