Skip to content

Commit 97c03b3

Browse files
committed
Tweak German DL Regex to account for Bypassers
1 parent f9d8601 commit 97c03b3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
-- @operation: export
2+
-- @entity: batch
3+
-- @name: Tweak German DL Regex to account for Bypassers
4+
-- @exportedAt: 2026-07-05T02:48:41.051Z
5+
-- @opIds: 12106
6+
7+
-- --- BEGIN op 12106 ( update regular_expression "German DL" )
8+
update "regular_expressions" set "pattern" = '(?=.*\bGERMAN\b)(?=.*\b[DM]L\b).*' where "name" = 'German DL' and "pattern" = '\b(GERMAN[ ._-][DM]L)\b';
9+
-- --- END op 12106

0 commit comments

Comments
 (0)