I have many filters using body match regex using \\\\bspamword\\\\b the issue is that I won't create 1 filter for each word but I ignore the right syntax in regular expressions to put something like:
Find the complete word spamword OR the complete word spamword2 OR spamword3
I guess is very simple to combine all my filters into one
Notice that I should enter \\\\b instead \b in order to work... don't ask me why, just another user gave out the trick.
So can you help us all with this? is OR a symbol like ^ ?
Find the complete word spamword OR the complete word spamword2 OR spamword3
I guess is very simple to combine all my filters into one
Notice that I should enter \\\\b instead \b in order to work... don't ask me why, just another user gave out the trick.
So can you help us all with this? is OR a symbol like ^ ?