From ef368f6787f7bebd47183eea2ca10f17e4a44005 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 1 Aug 2022 13:43:28 +0200 Subject: [PATCH] Update Sonarr-Release-Profile-RegEx.md - Fixed RlsGroup -C.A.A regex. (thanks @fabricionaweb @mvanbaak) --- docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index a333f1c6a..065ead0a5 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -511,7 +511,7 @@ Add this to your `Must not contain (2)` Add this to your `Must not contain (2)` ```bash -/\b(-alfaHD|-BAT|-BNd|-C.A.A|-Cory|-FF|-FOXX|-G4RiS|-GUEIRA|-N3G4N|-PD|-RiPER|-RK|-SiGLA|-Tars|-WTV|-Yatogam1|-YusukeFLA)\b/i +/\b(-alfaHD|-BAT|-BNd|-C\.A\.A|-Cory|-FF|-FOXX|-G4RiS|-GUEIRA|-N3G4N|-PD|-RiPER|-RK|-SiGLA|-Tars|-WTV|-Yatogam1|-YusukeFLA)\b/i ``` ------