fix(starr): `DD+` word boundaries (#1892)

fix(starr): DD+ word boundaries
pull/1893/head
nuxen 2 weeks ago committed by GitHub
parent cdc502369d
commit fc9ad8e94f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,7 +22,7 @@
"negate": true,
"required": true,
"fields": {
"value": "True[ .-]?HD|\\bATMOS|DDPA(\\b|\\d)"
"value": "\\b(True[ .-]?HD|ATMOS|DDPA)(\\b|\\d)"
}
},
{

@ -20,7 +20,7 @@
"negate": true,
"required": true,
"fields": {
"value": "True[ .-]?HD|\\bATMOS|DDPA(\\b|\\d)"
"value": "\\b(True[ .-]?HD|ATMOS|DDPA)(\\b|\\d)"
}
},
{

Loading…
Cancel
Save