Here is an wonderful way to make a string with multiple space and whitespace to convert array in c#.

Правка en1, от csenaeem, 2025-01-02 00:09:50

string s = " Bob Loves Alice "; string[] allwords = s.Split(new char[] { ' ' }, StringSplitOptions.RemoveEmptyEntries);

Теги .net core c#

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский csenaeem 2025-01-02 00:09:50 229 Initial revision (published)