Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

TLMDRegExpr support for negative lookahead?

Had a user comment that a regular expression they were using with positive lookahead worked, but one with negative lookahead didn't.

It seems the regular expression engine in LMD SyntaxEdit only supports positive lookahead with the others not supported: "Negative lookahead as in q(?!u) is not currently supported. Positive lookbehind as in (?<=u)q is not currently supported. Negative lookbehind as in (?<!u)q is not currently supported."

Not a big deal for most of my users but any chance of an upcoming update to the regular expression engine so it is supported?

Tagged:

Comments

Sign In or Register to comment.