<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>FileSeek RSS: feature request: find per line, and find not in file</title>
<atom:link href="https://www.fileseek.ca/Discussions/RSS/?TopicID=0a85ac5a-6d8b-4de2-88cd-372bc8ee90b5" rel="self" type="application/rss+xml" />
<link>https://www.fileseek.ca/Discussions/RSS/?TopicID=0a85ac5a-6d8b-4de2-88cd-372bc8ee90b5</link>
<description>FileSeek RSS: feature request: find per line, and find not in file</description>
<lastBuildDate>Fri, 01 May 2026 18:37:39 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.fileseek.ca/Discussions/RSS/?TopicID=0a85ac5a-6d8b-4de2-88cd-372bc8ee90b5</generator>
<item>
<title>RE: feature request: find per line, and find not in file</title>
<link>https://www.fileseek.ca/Discussions/View/feature-request-find-per-line-and-find-not-in-file/?ID=0a85ac5a-6d8b-4de2-88cd-372bc8ee90b5#8</link>
<pubDate>Wed, 13 Oct 2010 14:11:11 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/feature-request-find-per-line-and-find-not-in-file/?ID=0a85ac5a-6d8b-4de2-88cd-372bc8ee90b5#8</guid>
<category>FileSeek</category>
<description><![CDATA[The only issue with whole-file processing is that you need to read the entire file into memory (which could be epic), and there are no progress indicators, it would look like FileSeek has frozen.  If you had a file that was a few megs a regex could be crazy slow as well.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
The only issue with whole-file processing is that you need to read the entire file into memory (which could be epic), and there are no progress indicators, it would look like FileSeek has frozen. <img src="https://www.fileseek.ca/MediaCommon/SVGs/FontAwesome/face-frown.light.svg" alt=":(" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":(" HelpButtonDataAlign="BelowMiddle" /> If you had a file that was a few megs a regex could be crazy slow as well.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: feature request: find per line, and find not in file</title>
<link>https://www.fileseek.ca/Discussions/View/feature-request-find-per-line-and-find-not-in-file/?ID=0a85ac5a-6d8b-4de2-88cd-372bc8ee90b5#7</link>
<pubDate>Mon, 11 Oct 2010 21:33:11 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/feature-request-find-per-line-and-find-not-in-file/?ID=0a85ac5a-6d8b-4de2-88cd-372bc8ee90b5#7</guid>
<category>FileSeek</category>
<description><![CDATA[Would it be hard to add an option to process by line or whole file? This would allow regex searching for matches that do NOT exist in the file, which was my other question.
Or does this increase the processing of files exponentially or something massive?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Would it be hard to add an option to process by line or whole file? This would allow regex searching for matches that do NOT exist in the file, which was my other question.<br/>
<br/>
Or does this increase the processing of files exponentially or something massive?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: feature request: find per line, and find not in file</title>
<link>https://www.fileseek.ca/Discussions/View/feature-request-find-per-line-and-find-not-in-file/?ID=0a85ac5a-6d8b-4de2-88cd-372bc8ee90b5#6</link>
<pubDate>Fri, 08 Oct 2010 17:25:06 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/feature-request-find-per-line-and-find-not-in-file/?ID=0a85ac5a-6d8b-4de2-88cd-372bc8ee90b5#6</guid>
<category>FileSeek</category>
<description><![CDATA[Yes, the files are processed per-line, not the entire file at once. This limits what you can do with regex a little bit, but you should be able to find all the void strings matches.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Yes, the files are processed per-line, not the entire file at once. This limits what you can do with regex a little bit, but you should be able to find all the void strings matches. <img src="https://www.fileseek.ca/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: feature request: find per line, and find not in file</title>
<link>https://www.fileseek.ca/Discussions/View/feature-request-find-per-line-and-find-not-in-file/?ID=0a85ac5a-6d8b-4de2-88cd-372bc8ee90b5#5</link>
<pubDate>Thu, 07 Oct 2010 02:40:34 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/feature-request-find-per-line-and-find-not-in-file/?ID=0a85ac5a-6d8b-4de2-88cd-372bc8ee90b5#5</guid>
<category>FileSeek</category>
<description><![CDATA[Thanks, that seems to work. Still trying to get my head around some regex stuff. Is the input "string" for the regex search per line? This is how it appears to work for me.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks, that seems to work. Still trying to get my head around some regex stuff. Is the input "string" for the regex search per line? This is how it appears to work for me.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: feature request: find per line, and find not in file</title>
<link>https://www.fileseek.ca/Discussions/View/feature-request-find-per-line-and-find-not-in-file/?ID=0a85ac5a-6d8b-4de2-88cd-372bc8ee90b5#4</link>
<pubDate>Wed, 29 Sep 2010 21:36:32 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/feature-request-find-per-line-and-find-not-in-file/?ID=0a85ac5a-6d8b-4de2-88cd-372bc8ee90b5#4</guid>
<category>FileSeek</category>
<description><![CDATA[Sorry, I misunderstood a little bit. You can definitely do this using a regex, here is what you would use:
Code
Copy
Select All
(?=.*void)(?=.*string)
Make sure you select "Treat Query as Regular Expression" and you should be all set.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Sorry, I misunderstood a little bit. You can definitely do this using a regex, here is what you would use:<br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019de4d506b07201890c56a2fd489a25" class="ClipboardCopyControl"><img src="https://www.fileseek.ca/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019de4d506b07201890c56a2fd489a25Js'); return false;"><img src="https://www.fileseek.ca/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019de4d506b07201890c56a2fd489a25Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">(?=.*void)(?=.*string)</pre><textarea id="code019de4d506b07201890c56a2fd489a25" name="code019de4d506b07201890c56a2fd489a25" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
Make sure you select "Treat Query as Regular Expression" and you should be all set. <img src="https://www.fileseek.ca/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: feature request: find per line, and find not in file</title>
<link>https://www.fileseek.ca/Discussions/View/feature-request-find-per-line-and-find-not-in-file/?ID=0a85ac5a-6d8b-4de2-88cd-372bc8ee90b5#3</link>
<pubDate>Wed, 29 Sep 2010 10:10:44 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/feature-request-find-per-line-and-find-not-in-file/?ID=0a85ac5a-6d8b-4de2-88cd-372bc8ee90b5#3</guid>
<category>FileSeek</category>
<description><![CDATA[Thanks for your reply. I'm aware of the "match full string" option, but my first suggestion was matching each word per line. So you could read a query of "void string" per line as: Result is found when both "void" and "string" exist on the same line. They may or may not be next to each other, but...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks for your reply. I'm aware of the "match full string" option, but my first suggestion was matching each word per line. So you could read a query of "void string" per line as: Result is found when both "void" and "string" exist on the same line. They may or may not be next to each other, but both will exist somewhere on the same line. A result will not be found if "void" exists on a line but "string" does not, and similarly if "string" exists on a line but "void" does not.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: feature request: find per line, and find not in file</title>
<link>https://www.fileseek.ca/Discussions/View/feature-request-find-per-line-and-find-not-in-file/?ID=0a85ac5a-6d8b-4de2-88cd-372bc8ee90b5#2</link>
<pubDate>Mon, 27 Sep 2010 18:16:56 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/feature-request-find-per-line-and-find-not-in-file/?ID=0a85ac5a-6d8b-4de2-88cd-372bc8ee90b5#2</guid>
<category>FileSeek</category>
<description><![CDATA[For your first question, just select "Match full string", then FileSeek will only match void string when the 2 words are beside each other. This should take care of that. As for your second request, this isn't possible in FileSeek right now, sorry.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
For your first question, just select "Match full string", then FileSeek will only match <i>void string</i> when the 2 words are beside each other. This should take care of that. As for your second request, this isn't possible in FileSeek right now, sorry. <img src="https://www.fileseek.ca/MediaCommon/SVGs/FontAwesome/face-frown.light.svg" alt=":(" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":(" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>feature request: find per line, and find not in file</title>
<link>https://www.fileseek.ca/Discussions/View/feature-request-find-per-line-and-find-not-in-file/?ID=0a85ac5a-6d8b-4de2-88cd-372bc8ee90b5</link>
<pubDate>Sat, 25 Sep 2010 03:09:17 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/feature-request-find-per-line-and-find-not-in-file/?ID=0a85ac5a-6d8b-4de2-88cd-372bc8ee90b5</guid>
<category>FileSeek</category>
<description><![CDATA[Hi,
I'd like to make 2 suggestions. An option to find all query words that are on the same line. eg, I might wish to only find results using a query such as "void string". This would return all results where a void method contained a string parameter, assuming my coding layout had them on the sa...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi,<br/>
<br/>
I'd like to make 2 suggestions. An option to find all query words that are on the same line. eg, I might wish to only find results using a query such as "void string". This would return all results where a void method contained a string parameter, assuming my coding layout had them on the same line. Lines such as "void foo(int x)" or "string bar()" wouldn't not be matched.<br/>
<br/>
Secondly, I sometimes wish to find files that do NOT contain a certain query. You can probably do this with regular expressions, so perhaps I should brush up on this. I'm not sure how to achieve the first suggestion with regex, if possible.<br/>
<br/>
Thanks for listening.
</div>
]]></content:encoded>
</item>
</channel>
</rss>