You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
614 B
27 lines
614 B
{
|
|
"trash_id": "b6ace47331a1d3b77942fc18156f6df6",
|
|
"trash_regex": "https://regex101.com/r/j1wmmv/3",
|
|
"name": "VFQ",
|
|
"includeCustomFormatWhenRenaming": true,
|
|
"specifications": [
|
|
{
|
|
"name": "Canadian French",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": false,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\b(VFQ?|(?<=MULTi[ .])FR(A|ENCH))\\b"
|
|
}
|
|
},
|
|
{
|
|
"name": "Not VF2",
|
|
"implementation": "ReleaseTitleSpecification",
|
|
"negate": true,
|
|
"required": true,
|
|
"fields": {
|
|
"value": "\\b(VF2)\\b"
|
|
}
|
|
}
|
|
]
|
|
}
|