СК
Size: a a a
СК
b
b
СК
SK
string formattedText = GetTextWithoutSpecialCharacters(message.Text);After:
string[] words = formattedText.Split();
string[] words = message.Text.RemoveSpecialCharacters().Split();
SK
K
СК
string formattedText = GetTextWithoutSpecialCharacters(message.Text);After:
string[] words = formattedText.Split();
string[] words = message.Text.RemoveSpecialCharacters().Split();
¯
SK
СК
b
СК
SK
SK
SK