First I want to thank you for the terrific new release of filelocator pro 7.
So many new beautiful features!
Searching in PDF files is now so fast!
I would like to ask you just a little question:
If I search within a pdf file in the text tab, and I want to search p.e. the word "ananas"
Filelocator found in my case a lot of "bananas".
The first thing I did is to put a space before ananas, but filelocator didn't search anything.
Then I tried to give bounderies at the search using regex:
a) \bananas\b --> this did not give any results (filelocator did not search anything)
b) <</strong>ananas> --> this did not give any results either (filelocator did not search anything)
What did I wrong?
(my regex = perl compatible regex)
Thank you.