Repo:
- Turn Site Settings > watched words regular expressions ON
- Go to Logs > Watched Words; notice it says
regular expression
in the placeholder of the input box - Add
somebadword\S*
- The word added is
somebadword\s*
instead ofsomebadword\S*
which is completely wrong. The meta letter\S
should never be lower-cased.