<?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[Delete all lines that NOT contains a specific phrase]]></title><description><![CDATA[<p dir="auto">Hi again to all.<br />
there’s a way in a txt file to delete all lines that do NOT contain a specific phrase?<br />
For example in a text file I want to remove all lines that do NOT contain the phrase:<br />
Audio format is not Red Book PCM</p>
<p dir="auto">the lines that contain this phrase must remain intact.<br />
Thanks in advance</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26646/delete-all-lines-that-not-contains-a-specific-phrase</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 06:07:00 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26646.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 Feb 2025 18:21:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Delete all lines that NOT contains a specific phrase on Sat, 22 Feb 2025 09:52:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/27184">@Coises</a>  and <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/12335">@Terry-R</a></p>
<p dir="auto">thanx so much. Both methods work perfectly.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/99973</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/99973</guid><dc:creator><![CDATA[Rockberto Manenti]]></dc:creator><pubDate>Sat, 22 Feb 2025 09:52:02 GMT</pubDate></item><item><title><![CDATA[Reply to Delete all lines that NOT contains a specific phrase on Fri, 21 Feb 2025 19:18:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/23032">@Rockberto-Manenti</a> said in <a href="/post/99966">Delete all lines that NOT contains a specific phrase</a>:</p>
<blockquote>
<p dir="auto">there’s a way in a txt file to delete all lines that do NOT contain a specific phrase?<br />
For example in a text file I want to remove all lines that do NOT contain the phrase:<br />
Audio format is not Red Book PCM</p>
<p dir="auto">the lines that contain this phrase must remain intact.</p>
</blockquote>
<p dir="auto">Try this:</p>
<p dir="auto">Select <strong>Search</strong> | <strong>Replace…</strong> from the main menu, fill in the dialog like this:</p>
<p dir="auto"><strong>Find what: <code>(?-s)^(?!.*?Audio format is not Red Book PCM).*(\R|\z)</code></strong><br />
<strong>Replace with:</strong> <em>(leave empty)</em><br />
<strong>Wrap around</strong> <em>checked</em><br />
<strong>Search Mode: Regular expression</strong></p>
<p dir="auto">and click <strong>Replace All</strong>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/99968</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/99968</guid><dc:creator><![CDATA[Coises]]></dc:creator><pubDate>Fri, 21 Feb 2025 19:18:46 GMT</pubDate></item><item><title><![CDATA[Reply to Delete all lines that NOT contains a specific phrase on Fri, 21 Feb 2025 19:08:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/23032">@Rockberto-Manenti</a></p>
<p dir="auto">I’m not on a PC currently but this type of question has been asked many times.</p>
<p dir="auto"><a href="https://community.notepad-plus-plus.org/topic/20154/match-lines-that-don-t-contain-any-of-the-specified-strings/2">THIS</a> is a post I presented which should help you.</p>
<p dir="auto">Terry</p>
]]></description><link>https://community.notepad-plus-plus.org/post/99967</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/99967</guid><dc:creator><![CDATA[Terry R]]></dc:creator><pubDate>Fri, 21 Feb 2025 19:08:27 GMT</pubDate></item></channel></rss>