Check out example codes for "c# regex replace all line breaks". It will help you in understanding the concepts better.
Code Example 1
Regex.Replace((text ?? "").Replace("'", @"\'").Trim(), @"[\r\n]+", " ");
Learn ReactJs, React Native from akashmittal.com