H
Howard Dean
I have a string with several carriage returns in it. For example:
"This is
my test
string"
I wish to convert it to "This is my test string" (remove all carriage
returns. Can someone tell me how to do this using the string.Replace
function? Thanks!
"This is
my test
string"
I wish to convert it to "This is my test string" (remove all carriage
returns. Can someone tell me how to do this using the string.Replace
function? Thanks!