Java String - Common Utilities
by Dan Bunker
Java String Common Utility Methods
This codecast covers a few methods that can be used to help you with every day needs when using Strings. When you start to work with a String it's always a good idea to check if it's empty, trim it and then proceed with your processing. In addition to those two functions, this tutorial will cover the split and join methods.