Fixed: Added a word boundary to DTS-ES

added a word boundary to the DTS-ES regex to avoid matching anything after DTS-ES.
pull/649/head
nuxencs 3 years ago
parent 1df64ec836
commit 23b881d3c6

@ -9,7 +9,7 @@
"negate": false, "negate": false,
"required": true, "required": true,
"fields": { "fields": {
"value": "dts[-. ]?es" "value": "dts[-. ]?es\\b"
} }
}, },
{ {

Loading…
Cancel
Save