Morning,
I am trying to run the following check.
It is OK in source if I run a simple search. However, when I try the PowerSearch to check target I get this error.
Am I doing something wrong?
Thanks!
Morning,
I am trying to run the following check.
It is OK in source if I run a simple search. However, when I try the PowerSearch to check target I get this error.
Am I doing something wrong?
Thanks!
Try enclosing the expression bethween quotation marks, like: “#(.{,11})=1”
Also, make sure -#1 in the Target field is correct since you’re not using the text from the source expression. Maybe it should be something like -#@1
Thanks! That worked! Target was already fixed as I was trying different options.