10 Simple String Utility Methods for Java Developer

string functions in java
String operations are common to all kind of programming. Java has many in built operations supported by String class. String functions in java include substring, split, trim and more. However there are few more things we do on a regular basis and can be reused. There are few functions which I observed commonly used and may be helpful to keep handy as StringUtil class with static methods. Continue Reading