So essentially, I do not want to strip any opening P tag with any attributes and I don't want to strip anything in the string. and closing too...
Test case/
style='color: green;'>What a fine day it is
Desired Result/
<p ******Can BE ANYTHING*****>What a fine day it isp> Regex for this...we have to keep all attribute
<p style='color: green;'>What a fine day it isp> 
Khargesh RajputPosted Apr 20, 2015, 1:36 AM
on any string
string strtest="
What a fine day it is
"Regex.Replace(strtest, "
", "");
", "");Regex.Replace(strtest, "