/ Published in: C#

Remove breaklines / html formatting
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Regex.Replace(title, @"<(.|\n)*?>", string.Empty);
Comments
