How can I split a string with a string delimiter ?

string[] tokens = str.Split(new[] { "token" }, StringSplitOptions.None);