diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index f0e2fe1cd..2e1d0df9e 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -497,7 +497,7 @@ Add this to your `Must not contain (2)` Add this to your `Must not contain (2)` ```bash -/([_. ]WEB[_. ]|\bCAKES\b|GGEZ|GGWP|GLHF)/i +/^(?!.*(-deflate|-inflate))(?=.*([_. ]WEB[_. ]|\\bCAKES\\b|GGEZ|GGWP|GLHF)).*/i ``` ------