HI Everyone. I\'m sorry for this embarrassingly newbie question but I cannot seem to figure out the command to do it. I\'m okay with python and had a script in jython that I
String foo = "java is really cool"; String bar[] = foo.split(" ");
this will separate all of the words into an array.