It is very simple to express the regular expression.
String s = "this is a test, powerful split";
String [] arr = s.split ("[^ a-za-z] "); // 6 words of words
For (int i = 0; i System.out.println (Arr [i]);
System.out.println (Arr [i]);