split string based on many spaces code example Example: space seperator in string in java String[] splitted = "peter,james,thomas".split(",");