<?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 multiple terms or search file import]]></title><description><![CDATA[<p dir="auto">Is it possible to search for multiple terms at once  ie a long list of numbers - and along the same theme is it possible to use a txt file as the search criteria - again a long list of numbers separate by manual line break?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/15158/search-multiple-terms-or-search-file-import</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Apr 2026 14:18:45 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/15158.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 26 Jan 2018 20:26:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Search multiple terms or search file import on Sat, 27 Jan 2018 21:33:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/374">@Scott-Sumner</a></p>
<p dir="auto">good point, deserves an upvote :-)</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/29794</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/29794</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Sat, 27 Jan 2018 21:33:09 GMT</pubDate></item><item><title><![CDATA[Reply to Search multiple terms or search file import on Sat, 27 Jan 2018 21:31:24 GMT]]></title><description><![CDATA[<p dir="auto">A potential difficulty with this type of searching is what if your number appears inside another number…  For example, 345 occurs <em>inside</em> 1234567…  I think the problem definition needs to be rounded out by the OP before a solid solution can be built…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/29793</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/29793</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Sat, 27 Jan 2018 21:31:24 GMT</pubDate></item><item><title><![CDATA[Reply to Search multiple terms or search file import on Sat, 27 Jan 2018 21:26:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/11070">@Matt-Osborn</a></p>
<p dir="auto">jein, depends on what you understand a long list is.<br />
The find what field accepts up to 2046 chars, so if your<br />
list is longer then that than no.</p>
<p dir="auto">If not, then you can use regex and an alternation list like this</p>
<pre><code>find what:number1|number2|number3...
</code></pre>
<p dir="auto">A file cannot be provided to find inputbox field.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/29792</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/29792</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Sat, 27 Jan 2018 21:26:35 GMT</pubDate></item></channel></rss>