I have no idea why is that. Here is my code and it works perfectly when I try it on localhost but when I upload my website my text has no \'s. Why this
I believe this answer is best: https://stackoverflow.com/a/8196219/550975
string result = Regex.Replace(input, @"\r\n?|\n", "");