+ 2
C# Split method problem
I have some trouble with some program, I need to split a sentence, but this sentence contain more than one white space between words, something like this " This is a sentence " I use string [] text = s.Split(" ");
1 Answer
+ 1
Thanks đ