<?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[Parameter to Remove line numbers from Find results]]></title><description><![CDATA[<p dir="auto">I am browsing large text files (logs) with Notepad++.<br />
When I search (CTRL+F) for a word (eg. “error”) N++ generates a Find result, where the line numbers are always present. These<br />
numbers have different identication depending on the length of line number.<br />
Line 9: ERROR MESSAGE: 0025 0000 abcd 0000 00 00 0000 CC42 0000<br />
Line 63: ERROR MESSAGE: 0026 0000 abcd 0000 00 00 0000 CE34 0000<br />
Line 101: ERROR MESSAGE: 002A 0000 abcd 0000 00 00 0000 CC42 0000<br />
Line 1209: ERROR MESSAGE: 009A 0000 abcd 0000 00 00 0000 CBB8 0000<br />
When I copy this to another text file, I have to manually remove this unnecessary information, to get the useful data.<br />
Would it be possible to implement a parameter to N++, like “Show line numbers in Find result” becomes optional?</p>
<p dir="auto">Thank you.<br />
Gabor</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/12857/parameter-to-remove-line-numbers-from-find-results</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 20:11:50 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/12857.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Dec 2016 13:30:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Parameter to Remove line numbers from Find results on Mon, 05 Dec 2016 18:02:10 GMT]]></title><description><![CDATA[<p dir="auto">Guys, it’s already implemented<br />
Do a right click and use “copy” built-in function.<br />
It’s different that “select all” and “copy” with accelerator key</p>
]]></description><link>https://community.notepad-plus-plus.org/post/19705</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/19705</guid><dc:creator><![CDATA[cmeriaux]]></dc:creator><pubDate>Mon, 05 Dec 2016 18:02:10 GMT</pubDate></item><item><title><![CDATA[Reply to Parameter to Remove line numbers from Find results on Mon, 05 Dec 2016 16:18:27 GMT]]></title><description><![CDATA[<p dir="auto">Donno about config, but using regex could be a solution.<br />
Copy all the <strong>Find result</strong> to a new window</p>
<blockquote>
<p dir="auto">Line 9: ERROR MESSAGE: 0025 0000 abcd 0000 00 00 0000 CC42 0000<br />
Line 63: ERROR MESSAGE: 0026 0000 abcd 0000 00 00 0000 CE34 0000<br />
Line 101: ERROR MESSAGE: 002A 0000 abcd 0000 00 00 0000 CC42 0000<br />
Line 1209: ERROR MESSAGE: 009A 0000 abcd 0000 00 00 0000 CBB8 0000</p>
</blockquote>
<p dir="auto">Then press <strong>ctrl+H</strong>, <strong>Finid What</strong>: <code>^[^:]*:</code>, <strong>Replace With</strong>: <em>&lt;empty string&gt;</em>.<br />
Then you get:</p>
<blockquote>
<p dir="auto">ERROR MESSAGE: 0025 0000 abcd 0000 00 00 0000 CC42 0000<br />
ERROR MESSAGE: 0026 0000 abcd 0000 00 00 0000 CE34 0000<br />
ERROR MESSAGE: 002A 0000 abcd 0000 00 00 0000 CC42 0000<br />
ERROR MESSAGE: 009A 0000 abcd 0000 00 00 0000 CBB8 0000</p>
</blockquote>
]]></description><link>https://community.notepad-plus-plus.org/post/19703</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/19703</guid><dc:creator><![CDATA[古旮]]></dc:creator><pubDate>Mon, 05 Dec 2016 16:18:27 GMT</pubDate></item><item><title><![CDATA[Reply to Parameter to Remove line numbers from Find results on Mon, 05 Dec 2016 13:34:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/g%C3%A1bor-%C3%A9s-andi" aria-label="Profile: Gábor-és-Andi">@<bdi>Gábor-és-Andi</bdi></a></p>
<p dir="auto">Check out this posting, maybe it will help you:  <a href="https://notepad-plus-plus.org/community/topic/10436/containing-line-numbers-from-find-window-not-copied-anymore/2" rel="nofollow ugc">https://notepad-plus-plus.org/community/topic/10436/containing-line-numbers-from-find-window-not-copied-anymore/2</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/19698</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/19698</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Mon, 05 Dec 2016 13:34:11 GMT</pubDate></item></channel></rss>