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 ...
Quick: If you shout "regular expressions" in a crowd of Linux users, what happens? Answer: Everyone will tell you the right way to use them, and every answer will be different. Regular expressions -- ...