Fuzbal icon indicating copy to clipboard operation
Fuzbal copied to clipboard

Add the ability to search for words that are not next to each other

Open bsnider opened this issue 8 years ago • 1 comments

Eg.:

Text on page:

this is a test about search

Search string:

this is a search

Both "this is a" and "search" should be highlighted

bsnider avatar May 13 '16 17:05 bsnider

Are you familiar with regular expressions?

If you type /this is a.*search/ into Fuzbal, that should work. Or are you talking about some kind of automated way to do this?

ijkilchenko avatar May 14 '16 01:05 ijkilchenko