Welcome to the Mythicsoft Q&A site for:
- Agent Ransack - FileLocator Lite - FileLocator Pro
Please feel free to ask any questions on these products or even answer other community member questions.
Useful Links:
Basically I'm looking for where people did not use the variable they were supposed to use for the company name. I do want the hits if "foo" occurs in the same line as "foo.com" or "foo<\".
Using regular expression lookahead functionality should solve your problem, something like this:
foo(?!(.com|<\\))