Update bad-dual-groups.json

Update alfaHD so it ignores it with all characters afterwards, so not only alfaHD_ gets catched, alfaHD__ as well.

Reference: https://regex101.com/r/0O67fi/1
pull/1007/head
Gabe 2 years ago committed by TRaSH
parent edab924930
commit 2f8354be24

@ -10,7 +10,7 @@
"negate": false, "negate": false,
"required": false, "required": false,
"fields": { "fields": {
"value": "\\b(-alfaHD[_]?)\\b" "value": "\\b(-alfaHD.*$)\\b"
} }
}, },
{ {

Loading…
Cancel
Save