Fix German DL Regex

This commit is contained in:
Seraphys
2026-08-01 06:31:03 +00:00
parent fdd2c990fe
commit f931edfbaa
+9
View File
@@ -0,0 +1,9 @@
-- @operation: export
-- @entity: batch
-- @name: Fix German DL Regex
-- @exportedAt: 2026-08-01T06:31:01.597Z
-- @opIds: 12551
-- --- BEGIN op 12551 ( update regular_expression "German DL" )
update "regular_expressions" set "pattern" = '(?=.*\bGERMAN\b)(?=.*\b(?<!WEB-)[DM]L\b).*' where "name" = 'German DL' and "pattern" = '(?=.*\bGERMAN\b)(?=.*\b[DM]L\b).*';
-- --- END op 12551