feat(starr-anime): Fix CRUCiBLE regex (#2265)

* Fix CRUCiBLE regex

* Fix CRUCiBLE regex
pull/2269/head
rg9400 2 weeks ago committed by GitHub
parent e872df1de2
commit fa36c8fe13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -75,7 +75,7 @@
"negate": false, "negate": false,
"required": false, "required": false,
"fields": { "fields": {
"value": "\\b(CRUCiBLE)\\b" "value": "\\[CRUCiBLE\\]|-CRUCiBLE\\b"
} }
}, },
{ {

@ -84,7 +84,7 @@
"negate": false, "negate": false,
"required": false, "required": false,
"fields": { "fields": {
"value": "\\b(CRUCiBLE)\\b" "value": "\\[CRUCiBLE\\]|-CRUCiBLE\\b"
} }
}, },
{ {

Loading…
Cancel
Save