Hello,
As you can see in the screen, I used a regular expression to replace an expression like : i:0#.w|blablabla to blablabla
But when I execute my action the expression is : |blablabla
Problem :
When I used regular expression, this part "i:0#.w" is delete so it's OK but I don't know why the pipe "|" stay.
I try ASCII into the regular expression but it not work |
Do you have solution to fix it ?