In the action text processing, I need to replace the plus sign '+' with a space; ie the+fat+cat becomes: the fat cat.
I use regex [+] to target the plus sign, but in ZP there are no spaces between the words,
like this.
Can someone tell me where I'm going wrong?
Thanks.