| Mobile | RSS

StringUtils (Commons Lang 3.0-SNAPSHOT API)

March 23rd, 2010 | No Comments | Posted in software, web

StringUtils (Commons Lang 3.0-SNAPSHOT API).

Have you wondered if there was a isNullorEmpty() function for strings in Java? It is not part of the JDK, but your project may already use the library.

Check out org.apache.commons.lang for the StringUtils class. Quite useful.

Leave a Reply