I want to return nothing and put it inside an array with other characters. So something like this?
split = text.sourceText.split(",");
splitOne = split.length > 1 ? split[1] : "";
splitTwo= split.length > 1 ? split[2] : "";
splitThree= split.length > 1 ? split[3] : "";
wordDictionary = [":", ".",splitOne ,splitTwo,splitThree]