S
Steve
I'm getting a string such as
name1\r\nname2
how can I remove the \r\n and just have the string as
name1
name2?
name1\r\nname2
how can I remove the \r\n and just have the string as
name1
name2?