Update french-vfq.json

- Does not recognise FRENCH if there is not MULTi in front to avoid false recognition of VOF
pull/999/head
NiceTSY 2 years ago committed by TRaSH
parent 224c5a0073
commit 8c3d011855

@ -1,6 +1,6 @@
{
"trash_id": "b6ace47331a1d3b77942fc18156f6df6",
"trash_regex": "https://regex101.com/r/j1wmmv/2",
"trash_regex": "https://regex101.com/r/j1wmmv/3",
"name": "VFQ",
"includeCustomFormatWhenRenaming": true,
"specifications": [
@ -10,7 +10,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(?<!Multi-)(FR(A|ENCH)?|VF)\\b"
"value": "\\b(?<=MULTi[ .])FR(A|ENCH)\\b"
}
},
{
@ -19,7 +19,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\bVFQ\\b"
"value": "\\b(VFQ?)\\b"
}
}
]

Loading…
Cancel
Save