I have some strings (file paths) that sometimes have randomly placed line breaks (CRLF) inside of them that I have to remove. How would I go about doing that?
I have some strings (file paths) that sometimes have randomly placed line breaks (CRLF)
Share
Have a look at the
Replace(..)function.