<?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[Search and replace]]></title><description><![CDATA[<p dir="auto">I am editing a Gedcom-file with about 300.000 lines of text.<br />
A normal line would be:<br />
1 NAME John / Doe/</p>
<p dir="auto">but some lines have only:<br />
1 NAME</p>
<p dir="auto">What can i do to to remove only these lines?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/22404/search-and-replace</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 19:54:05 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/22404.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 20 Jan 2022 11:29:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Search and replace on Thu, 20 Jan 2022 13:41:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: ekopalypse">@<bdi>ekopalypse</bdi></a> said in <a href="/post/73079">Search and replace</a>:</p>
<blockquote>
<p dir="auto">^\d+ NAME\h*$</p>
</blockquote>
<p dir="auto">Thank you this works fine for me.<br />
Problem solved.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73080</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73080</guid><dc:creator><![CDATA[Roel Jongman]]></dc:creator><pubDate>Thu, 20 Jan 2022 13:41:28 GMT</pubDate></item><item><title><![CDATA[Reply to Search and replace on Thu, 20 Jan 2022 11:39:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/roel-jongman" aria-label="Profile: roel-jongman">@<bdi>roel-jongman</bdi></a></p>
<p dir="auto">I would give it a try with the following regular expression</p>
<p dir="auto">find: <code>^\d+ NAME\h*$</code><br />
replace with nothing</p>
<p dir="auto">This means the following:<br />
Each line begins with one or more digits, followed by a space, followed by the literal word NAME, followed by horizontal spaces, such as space, tab…, or not, and then ends.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/73079</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/73079</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 20 Jan 2022 11:39:38 GMT</pubDate></item></channel></rss>