I need does-not-contain word/phrase support so I am not resorting to making massive sized patterns.
Please add support for both lookbehind and lookahead with the regex based LSL functions.
(?=...),(?!...),(?<=...) and (?<!...)
Thanks.