Removing any no. of /r/n/t from html source using Regex.
- by Harikrishna
I am parsing html file with using HTML agility pack. Now it extract the information with /r/n/t which I don't want.Now for removing these /r/n/t I want to use regular expression so what is the regular expression for removing /r/n/t which can be anywhere in the source.