i wanna split a string with the split functions by spliting by the "large" keyword...i tryed making

myString.Split("large");

and it didnt work..it says it needs an char array... i made one but he keeps only loooking for the 1st letter of the split string(in this case l)..what am i doin wrong?