mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-03-15 17:40:09 -04:00
10 lines
443 B
SQL
10 lines
443 B
SQL
-- @operation: export
|
|
-- @entity: batch
|
|
-- @name: Update Regex
|
|
-- @exportedAt: 2026-03-04T01:43:51.215Z
|
|
-- @opIds: 1937
|
|
|
|
-- --- BEGIN op 1937 ( 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" = '\b((multi[^a-zA-Z]*)|(dual[\s.-](audio|complete)))\b';
|
|
-- --- END op 1937
|