string how to split by the first three space in java code example Example: space seperator in string in java String[] splitted = "peter,james,thomas".split(",");