C#, richTextBox remove all new lines« Wróć do listy pytań
example
|
▲ ▼ |
richTextBox1.Text = Regex.Replace(richTextBox1.Text, @”[\u000A\u000B\u000C\u000D\u2028\u2029\u0085]+”, string.Empty); |