Here is how I did it:
- steps up to here
- Advanced Search and Replace using REGEX (explanation below)
- Advanced Search and Replace using REGEX (explanation below)
- Advanced Search and Replace using REGEX (explanation below)
- steps continue
So, I used REGEX:
In step 2., I used:
-String to search =
"(\r\012)-Replace with =
"{goodCRLF}which replace the end of line CRLF by {goodCRLF}
In step 3., I used:
-String to search =
(\r\012)-Replace with =
{CRLF}which replace the end of line CRLF, from the "message" field by {CRLF}
In step 4., I used:
-String to search =
\{goodCRLF\}-Replace with =
\nwhich replace the end of line {goodCRLF} from earlier back into a end of line
and then that works with my previous PressTalk