Public string ReplaceWithBR(string target)
{
Regex regex = new Regex(@"(\r\n|\r|\n)+");
string newText = regex.Replace(target, "<br />");
}
Name (required) Name Is Required
Email (required) Email Is Required Invalid Email Address
Website
Comment Is Required
Notify me of followup comments via e-mail