Updated: Change to cleaner regex for `DTS-HD MA`

Changed the regex for recognizing `DTS-HD MA` to make it look a bit nicer.
pull/751/head
nuxen 2 years ago
parent fa6e92609d
commit 63c5a1b558

@ -10,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|hd|xll))\\b"
"value": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))\\b"
}
},
{

@ -18,7 +18,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|hd|xll))\\b"
"value": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))\\b"
}
},
{

@ -10,7 +10,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|hd|xll))\\b"
"value": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))\\b"
}
},
{

@ -18,7 +18,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(dts[-_. ]?(ma|hd[-_. ]?ma|hd|xll))\\b"
"value": "\\b(dts[-_. ]?(ma|hd([-_. ]?ma)?|xll))\\b"
}
},
{

Loading…
Cancel
Save