Wednesday, January 8, 2014

Replace white space from server side in asp.net

 string aaa  = Regex.Replace(aa, "\\s*(<[^>]+>)\\s*", "$1", RegexOptions.Singleline);

No comments:

Post a Comment