<?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 number, insert further along the line]]></title><description><![CDATA[<p dir="auto">Hi you guys!</p>
<p dir="auto">I have got 2550 lines where I need to search for “SM2841462” (unique for every line), and replace “XX0000000” with this - or i could delete XX000000 and insert the “SM” number here.</p>
<p dir="auto">Hope you can help!<br />
Thanks!</p>
<p dir="auto">&lt;div class=“tree-branch document” onclick=“TREE.displayDoc(event, ‘SM2841462’, ‘true’)”&gt;&lt;span title=“ABBREVIATIONS”&gt;&lt;i class=“fa fa-file-text-o” aria-hidden=“true”&gt;&lt;/i&gt;&lt;a href=“index%EF%B9%96page=content&amp;id=XX0000000.html” target=“_blank”&gt;ABBREVIATIONS&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/21608/find-number-insert-further-along-the-line</link><generator>RSS for Node</generator><lastBuildDate>Mon, 14 Sep 2026 14:49:31 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/21608.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 05 Aug 2021 11:08:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Find number, insert further along the line on Thu, 05 Aug 2021 11:32:05 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><br />
You are an absolute genius! That worked a treat!<br />
Thank you very much!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/68596</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/68596</guid><dc:creator><![CDATA[Alexander Wilson]]></dc:creator><pubDate>Thu, 05 Aug 2021 11:32:05 GMT</pubDate></item><item><title><![CDATA[Reply to Find number, insert further along the line on Thu, 05 Aug 2021 11:29:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alexander-wilson" aria-label="Profile: Alexander-Wilson">@<bdi>Alexander-Wilson</bdi></a></p>
<p dir="auto">Try this bit of magic:</p>
<ul>
<li>Regular expression Search mode</li>
<li>Find: <code>(?-si)((SM\d{7}).*?)XX0{7}</code></li>
<li>Replace: <code>${1}${2}</code></li>
</ul>
<p dir="auto">Learn more about regular expressions in Notepad++ <a href="https://community.notepad-plus-plus.org/topic/15765/faq-desk-where-to-find-regular-expressions-regex-documentation">HERE</a>, as well as in the N++ documentation about them <a href="https://npp-user-manual.org/docs/searching/#regular-expressions" rel="nofollow ugc">HERE</a>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/68595</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/68595</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Thu, 05 Aug 2021 11:29:00 GMT</pubDate></item></channel></rss>