Actions
Feature proposal #5263
closedImplement regex blocking
Start date:
01 May 2015
Due date:
% Done:
100%
Estimated time:
Description
Implement support for blocking using regexp instead of direct 1:1 matching.
Actions
Added by krileon about 10 years ago. Updated about 8 years ago.
100%
Description
Implement support for blocking using regexp instead of direct 1:1 matching.
Don't see a way to reliably or efficiently do this entirely with SQL as requires specific knowledge of SQL REGEXP. Additionally the new wildcard usage covers most of the scenarios where you'd be using REGEXP.