The String.split methods can be very convenient for easily splitting a provided String based on a provided regular expression String. The only trick is figuring out a regular expression token to use ...
Java String.split (String) on regular expression with one or more whitespace characters provides “events” for the nominal case (when “events” really is the last characters in the provided String) and ...