Skip to content

Using a pipe character | in submit success/failed

cherubcherub SERnuke.com
I'm coming across the situation where the text I need to parse to check for a successful submission includes a pipe character, but this is used as a separator in submit success. I've tried escaping it with a backslash but that doesn't seem to work. Is there any other way?

Comments

  • SvenSven www.GSA-Online.de
    hmm you can use a mask instead and change the | against ? like: *string1?string2*
    Thanked by 1cherub
  • cherubcherub SERnuke.com
    Cool, that's a useful trick!
Sign In or Register to comment.