Skip to content
uncleLem edited this page Nov 26, 2012 · 1 revision

This class contains several useful static methods for Strings.

  • boolean isNullOrEmpty(String s)
  • String trim(String s, String del) - remove delimiter del from the beginning and from the end of given string
  • String convertStreamToString(InputStream is)

Clone this wiki locally