<?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[Remove lines starting by...]]></title><description><![CDATA[<p dir="auto">Hi there, i have a file with lines starting by #EXTINF (one out every two lines exaxctlt) and i want to remove them. I tried the expression ^#EXTINF.*$ but it deletes everything?! Though there are line break between each lines… How should i proceed? Thanks.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/27628/remove-lines-starting-by...</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 19:00:15 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/27628.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 12 Aug 2026 10:21:28 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Remove lines starting by... on Wed, 12 Aug 2026 12:32:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/passant-delarue" aria-label="Profile: Passant-Delarue">@<bdi>Passant-Delarue</bdi></a> ,</p>
<p dir="auto">Initial guess: turn off “. matches newline”, otherwise your <code>.*</code> will greedily match the whole file.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/106079</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/106079</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 12 Aug 2026 12:32:25 GMT</pubDate></item></channel></rss>