We have support for regex when the database is mysql, through the RLIKE operator. Unfortunately MySQL's RLIKE implementation does not support negation. Instead we're supposed to use NOT RLIKE. Attaching a patch which implements NOT RLIKE.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ohthehugemanatee’s picture

attaching the patch

Status: Needs review » Needs work

The last submitted patch, 1: views_2137069_1_not-rlike-support.patch, failed testing.

heddn’s picture

Version: 7.x-3.7 » 7.x-3.x-dev
Status: Needs work » Needs review

heddn’s picture

heddn’s picture

Let's try jump starting tests another way.

annya’s picture

Status: Needs review » Closed (duplicate)
annya’s picture