Class Strings

java.lang.Object
com.github.joschi.jadconfig.Strings

public final class Strings extends Object
Utility functions for String
Author:
jschalanda
  • Method Details

    • trim

      public static String trim(String s)
      Returns a copy of the string, with leading and trailing whitespace omitted.
      Parameters:
      s - A String
      Returns:
      A copy of this string with leading and trailing white space removed, this string if it has no leading or trailing white space, or null if the input string was null.
      See Also: