HI,
How about the following expression?
System.Text.RegularExpressions.Regex.Replace(yourString,"([^\r\n]*)\r?\n([^\r\n]*(?:\r?\n|$))","$1$2")
Regards,
HI,
How about the following expression?
System.Text.RegularExpressions.Regex.Replace(yourString,"([^\r\n]*)\r?\n([^\r\n]*(?:\r?\n|$))","$1$2")
Regards,