#6806
Yutaka Emura
Keymaster

Yutaka wrote:

owilsky wrote:
(?<!**) is negative lookbehind.

I am looking for the word “TEST”, but not if there is ** in front of it. Between ** and TEST may be spaces.

This is for our programming language where ** marks a comment.
So I am looking for TEST which is not commented out.

I will address this issue. Thanks!

v8.02 beta 1 fixes this bug. Please try! Thanks!