The desktop application used for searching specified websites based on made query.
Rule | Description |
---|---|
* |
Non-greedy wildcard |
<N> |
Match N words |
word |
Match specific word |
(rule1 | rule2) |
Match rule1 or rule2 |
(<1> | <3>)
* <3>
* (home | rome | dome) * (home | rome | dome) *
will match against
My home in Rome has dome.
Rome has home with best dome.
<2> root <3>
will match against
Money is root of all evil.
=======
* - anything
text - search for word 'text' : Letter case sensitive
<N> - match N words
| - logical OR
() - brackets
Example: <5> (word1 | word2) means match any five words and then must be word1 OR word2
Icons made by Freepik from Flaticon is licensed by Creative Commons BY 3.0