We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d8601 commit 97c03b3Copy full SHA for 97c03b3
1 file changed
ops/201.tweak-german-dl-regex-to-account-for-bypassers.sql
@@ -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