I'm trying to highlight the sequence "site=name&" without including the "&" in the highlight.
In regex, I can use the following query and it works, but in SecureCRT highlighting it does not.
site=.*?(?=\&))
Does SecureCRT support this?
If I use "site=.*?\&", the whole sequence is highlighted including the "&".
I'm using SecureCRT Version 8.2.0 (x64 build 1402)