[V8i] Level Filters & Regular Expressions

Is it possible or ever likely to be, to use regular expressions with Level filters?

for example;

[^abc], which is anything but abc,
or negative lookahead: a(?!b), which is a not followed by b

Alternatively, is the a method of doing this type of selection?