02-28-2018 07:55 AM
Hey,
when using the 'search and replace pattern' for string with input string "0" searching for ".", past offset output returns 1 (and not -1).
Solved! Go to Solution.
02-28-2018 08:02 AM - edited 02-28-2018 08:03 AM
02-28-2018 08:14 AM
Hey Gerd,
I assume Your example is not from NXG environment, but lv2017 or earlier.
I have attached a snapshot of my screen now.
thx & regards,
Koen.
02-28-2018 08:14 AM
I'm going to take a guess that you're using Match Pattern and passed in "." instead of "\.".
"." is a special character for regex matching so it needs to be escaped.