Skip to content

String Utilities

Joel Gallant edited this page Jun 19, 2013 · 1 revision

There are a lot of functions missing from the String class. The Strings class tries to fill some of that missing functionality.

Since strings are immutable in Java, every method will take the original string as input, and return a new string that has been modified by the method.

For more information about the methods' uses, check their javadocs.

Clone this wiki locally