Fuzbal
Fuzbal copied to clipboard
Add the ability to search for words that are not next to each other
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
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?