Answers for "replace complete line with c# regex"

C#
0

c# regex replace all line breaks

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

Code answers related to "replace complete line with c# regex"

C# Answers by Framework

Browse Popular Code Answers by Language