Hello - I'm trying to use the following regex but it is not working. Can you please help? My config is below. Thanks!

Note: I have also tried using /\b(word1|word2|word3)(s?)\b/g for the regex

{
  "Advanced - Regex to use": "\b(word1|word2|word3)(s?)\b",
  "Advanced - Use REGEX": true,
  "Clear Offense After (0 - Disabled, 1 - Both Kick/Mute, 2 - Kick,  3 - Mute": 3,
  "Offenses - Broadcast kick": true,
  "Offenses - Count To Kick": 0,
  "Offenses - Count To Mute": 5,
  "Offenses - Time To Mute": 60,
  "Word Filter - Custom Replacement": "*****",
  "Word Filter - Enabled": false,
  "Word Filter - Phrases": [
    "word1",
    "word2",
    "word3",
  ],
  "Word Filter - Replacement": "*",
  "Word Filter - Use Custom Replacement": false
}​