> a way to perform a set value on a variable where the literal is
> equal to a carriage return, like “/r/n”?
Hmm, since you’re setting the variable in a flow, just right click and choose “Use Larger Editor”. Then you press “Enter” in the large text box that pops up. This will probably set the output to “\n” since that’s Java’s newline character as Nick says.
If you want to set it to “\r\n”, you probably need a Java service - pub.string:replace only recognizes \r\n regular expressions in its input.
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB