Package com.github.joschi.jadconfig
Class Strings
java.lang.Object
com.github.joschi.jadconfig.Strings
Utility functions for
String- Author:
- jschalanda
-
Method Summary
-
Method Details
-
trim
Returns a copy of the string, with leading and trailing whitespace omitted.- Parameters:
s- AString- 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:
-