"FindRegEx(str, regExp, [startIdx], [caseSensitive], [-1])
... If
-1
is specified, FindRegEx()
returns the index in str
starting at startIdx
from the end of str
going backwards."
I cannot make the backwards search work. Did I do anything wrong?
Tried with Desktop 2019 and 2018. It worked in the past as I remember.