Answers for "c# regex find replace all lines"

C#
0

c# regex replace all line breaks

Regex.Replace((text ?? "").Replace("'", @"'").Trim(), @"[rn]+", " ");
Posted by: Guest on July-17-2020

C# Answers by Framework

Browse Popular Code Answers by Language