If you set a custom filter to use regular expressions, then you can easily create OR or AND expressions.
OR: Separate each word by a pipe |
eg: word1|word2|word3|word4
AND: Separate each word by a carriage return
eg:
word1
word2
word3
word4
If you set a custom filter to use regular expressions, then you can easily create OR or AND expressions.
OR: Separate each word by a pipe |
eg: word1|word2|word3|word4
AND: Separate each word by a carriage return
eg:
word1
word2
word3
word4
NB
Comments