<?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 words&#x2F;lines containing &quot;__&quot; keybind?]]></title><description><![CDATA[<p dir="auto">hello, i was wondering if there was a keybind that would delete every word or line containing a specific letter or word. This would be a huge help for some things. thanks!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26241/delete-all-words-lines-containing-__-keybind</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 23:25:42 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26241.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 26 Oct 2024 05:54:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to delete all words&#x2F;lines containing &quot;__&quot; keybind? on Sat, 26 Oct 2024 11:02:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a><br />
tysm it worked!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/97344</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/97344</guid><dc:creator><![CDATA[Samuel Connault]]></dc:creator><pubDate>Sat, 26 Oct 2024 11:02:02 GMT</pubDate></item><item><title><![CDATA[Reply to delete all words&#x2F;lines containing &quot;__&quot; keybind? on Sat, 26 Oct 2024 10:31:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/32330">@Samuel-Connault</a></p>
<p dir="auto">No, but you could create a replacement macro and then assign that to a keycombo.</p>
<p dir="auto">Start with this replacement, assuming your word is <code>foo</code> and you want to match its case, i.e., you <em>don’t</em> want to match <code>FOO</code> or <code>Foo</code>, only <code>foo</code>:</p>
<p dir="auto">Find: <code>(?-is)^.*?foo.*\R</code><br />
Replace:  make sure this box is empty<br />
Options: <em>Wrap around</em>, <em>Regular expression</em><br />
Action: <em>Replace all</em></p>
<p dir="auto">This <em>would</em> match <code>food</code> and other parts of words containing <code>foo</code> as well, but if you don’t want that there are ways around it…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/97341</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/97341</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sat, 26 Oct 2024 10:31:20 GMT</pubDate></item></channel></rss>