{
  "trash_id": "7a7f4e4f58bd1058440236d033a90b67",
  "trash_regex": "https://regex101.com/r/j1wmmv",
  "name": "VFQ",
  "includeCustomFormatWhenRenaming": true,
  "specifications": [
    {
      "name": "Canadian French",
      "implementation": "ReleaseTitleSpecification",
      "negate": false,
      "required": true,
      "fields": {
        "value": "\\b(VFQ|\\d{3,4}p[ .]CAN|(?<=MULTi[ .])FR(A|ENCH))\\b"
      }
    },
    {
      "name": "Not VF2",
      "implementation": "ReleaseTitleSpecification",
      "negate": true,
      "required": true,
      "fields": {
        "value": "\\b(VF2|(VF(F|Q)[ .]VF(F|Q)))\\b"
      }
    }
  ]
}