Files
dictionarry/ops/315.update-ip-regex.sql
2026-08-28 18:16:59 +00:00

10 lines
360 B
SQL

-- @operation: export
-- @entity: batch
-- @name: Update iP Regex
-- @exportedAt: 2026-08-28T18:16:57.866Z
-- @opIds: 13822
-- --- BEGIN op 13822 ( update regular_expression "BBC iPlayer" )
update "regular_expressions" set "pattern" = '\b(iP(layer)?)(?=[\W_]+WEB[ ._-]?(DL|RIP)\b)' where "name" = 'BBC iPlayer' and "pattern" = '\b(iP)\b';
-- --- END op 13822