Skip to content

invert matching regex

Issue raised by @andy and @Mattijs - could be useful to have an inverted regex matching. Eg,

   "(?!).*processor.*"

to match anything that does not contain 'processor'

We already handle the PCRE-prefix "(?i)" - so relatively simple to extend the prefix handling.

cross-ref: EP1748

Edited by Mark OLESEN