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); |
Please log in to post questions/answers:
nadzieja to kolejny etap, z którego się wyrasta
example |
▲ ▼ | richTextBox1.Text = Regex.Replace(richTextBox1.Text, @”[\u000A\u000B\u000C\u000D\u2028\u2029\u0085]+”, string.Empty); |