From 5a39c276dc7289c8b5a39754ab78334ddc1955d7 Mon Sep 17 00:00:00 2001 From: Brandon Date: Sun, 9 Feb 2025 14:06:58 -0500 Subject: [PATCH] Matches only "BluRay" or "Blu-Ray", but not "Blu Ray" --- regex_patterns/UHD Blu-ray.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regex_patterns/UHD Blu-ray.yml b/regex_patterns/UHD Blu-ray.yml index f5b5192..655b544 100644 --- a/regex_patterns/UHD Blu-ray.yml +++ b/regex_patterns/UHD Blu-ray.yml @@ -1,6 +1,6 @@ name: UHD Blu-ray -pattern: \buhd[- ._]bluray\b -description: Matches "UHD Bluray" with a hyphen, space, dot or underscore between +pattern: \bUHD[-_.\s]?Blu[-]?Ray\b +description: Matches "UHD Bluray" or "UHD-Blu-Ray" with a hyphen, space, dot or underscore between them tags: [] tests: