String s = "Привет,пидорас,ебаный ублюдок, хуесос,чертяга,лети к хуям"; String[] words = s.split("[ ,]+"); System.out.println(words.length);