Matches only "BluRay" or "Blu-Ray", but not "Blu Ray"
This commit is contained in:
parent
2d010c50a5
commit
5a39c276dc
|
|
@ -1,6 +1,6 @@
|
||||||
name: UHD Blu-ray
|
name: UHD Blu-ray
|
||||||
pattern: \buhd[- ._]bluray\b
|
pattern: \bUHD[-_.\s]?Blu[-]?Ray\b
|
||||||
description: Matches "UHD Bluray" with a hyphen, space, dot or underscore between
|
description: Matches "UHD Bluray" or "UHD-Blu-Ray" with a hyphen, space, dot or underscore between
|
||||||
them
|
them
|
||||||
tags: []
|
tags: []
|
||||||
tests:
|
tests:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue