mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-06-23 07:33:47 +02:00
Tweak Dual Audio Regex
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-- @operation: export
|
||||
-- @entity: batch
|
||||
-- @name: Tweak Dual Audio Regex
|
||||
-- @exportedAt: 2026-05-07T22:13:14.396Z
|
||||
-- @opIds: 8745
|
||||
|
||||
-- --- BEGIN op 8745 ( update regular_expression "Dual Audio" )
|
||||
update "regular_expressions" set "pattern" = '\bDual[ ._-]?(Audio)?\b|\b(JA|ZH|KO)(?= ?\+ ?.*?\b(EN))|\b(EN)(?= ?\+ ?.*?\b(JA|ZH|KO))\b' where "name" = 'Dual Audio' and "pattern" = '\bDual[ ._-]?(?:Audio)?\b|\b(JA|ZH|KO)(?= ?\+ ?.*?\b(EN))|\b(EN)(?= ?\+ ?.*?\b(JA|ZH|KO))\b';
|
||||
-- --- END op 8745
|
||||
Reference in New Issue
Block a user