2017-06-20_07:35 by Jeff Zhuk
2017-06-20_07:24 by Christopher Woodruff
http://www.geeksforgeeks.org/split-string-java-examples/
Geeks for Geeks is a decent tutorial site. This one gives you several good ways to use the split() method.
There is still a lot of trial and error with finding the right values to put into the beginning and end values.
-------------------------------------
Good link!!!
Additional note on the split() method of the String class.
Remember that the split() method expects REGEX expression and, if by chance your pattern starts with one of REGEX special characters, such as "?" or "{", etc., the results might not be exactly as you expected.