Merge pull request #751 from nuxencs/CF-Fix-DTS-HD-MA

Updated: Change to cleaner regex for `DTS-HD MA`
pull/753/head
TRaSH 2 years ago committed by GitHub
commit f4e18d5642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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