G
Guest
Hi...
I'm getting stumped over the something that MUST be simple...basically, I'm
trying to replace the characters 0D0A with a crlf, using Regex.Replace().
The problem is, the replaced string includes the literal \r and \n, not a
CRLF. I've also tried Enviroment.Newline, but this gives the same effect.
Can anyone help me with this?
Thanks
Jon
I'm getting stumped over the something that MUST be simple...basically, I'm
trying to replace the characters 0D0A with a crlf, using Regex.Replace().
The problem is, the replaced string includes the literal \r and \n, not a
CRLF. I've also tried Enviroment.Newline, but this gives the same effect.
Can anyone help me with this?
Thanks
Jon