mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2026-03-15 01:20:09 -04:00
Update Regex
This commit is contained in:
9
ops/75.update-regex.sql
Normal file
9
ops/75.update-regex.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- @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
|
||||
Reference in New Issue
Block a user