When watched words regular expressions is true, watched words does not allow uppercase regex

Repo:

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

I fixed this today. Thanks for reporting it.

3 Likes