From 95c0ce94366a8109f17eed13b8478ac4525deb16 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Tue, 26 Jan 2021 18:26:30 +0100 Subject: [PATCH] Updated: Sonarr - Release Profile RegEx (WEB-DL) - Added: Word boundaries for /(repack|proper)/i -> /\b(repack|proper)\b/i (proper matched property) --- docs/Sonarr/V3/Sonarr-Release-Profile-RegEx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx.md index c1287c7a8..9de85f714 100644 --- a/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx.md @@ -270,7 +270,7 @@ Add this to your `Preferred (3)` with a score of [11] Add this to your `Preferred (3)` with a score of [10] ```bash -/(repack|proper)/i +/\b(repack|proper)\b/i ``` ??? success "example"