csenaeem's blog

By csenaeem, history, 5 days ago, In English

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

Full text and comments »

  • Vote: I like it
  • -2
  • Vote: I do not like it