Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How do I search for files that contain multiple query strings?
How do I search for files that contain multiple query strings? [message #1506437] Wed, 10 December 2014 21:27 Go to next message
Steven Edmunds is currently offline Steven EdmundsFriend
Messages: 4
Registered: June 2012
Junior Member
How can I search for files that contain two or more search terms? For example, how could I search for files that contain both the words "cat" and the word "dog", in any order and with any number of words and lines separating them? Thanks.
Re: How do I search for files that contain multiple query strings? [message #1506927 is a reply to message #1506437] Thu, 11 December 2014 07:09 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
Steven,

Regular expressions can do such things, e.g, cat.*dog|dog.*cat

On 10/12/2014 10:27 PM, Steven Edmunds wrote:
> How can I search for files that contain two or more search terms? For
> example, how could I search for files that contain both the words
> "cat" and the word "dog", in any order and with any number of words
> and lines separating them? Thanks.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Downloading/Installing Code Recommenders without Eclipse Marketplace
Next Topic:Diff between IPlatformRunnable, IStartup n preStartup in WorkbenchAdvisor
Goto Forum:
  


Current Time: Fri Apr 19 19:56:23 GMT 2024

Powered by FUDForum. Page generated in 0.08398 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top