Syntax
split(value, delim)
Parameters
value(String)the String to be splitdelim(char, String)the character or String used to separate the data
Return
String[]
Ben Fry and Casey Reas. It is developed by a team of contributors around the world.
split(value, delim)value(String)the String to be splitdelim(char, String)the character or String used to separate the dataString[]