trim
From Documentation
String trim(String value);
- i.e., StringFns.trim(String)
Returns a copy of the string, with leading and trailing whitespace omitted.
Parameters:
- value - the value to trim
Version History
Version | Date | Content |
---|---|---|
5.0.7 | March, 2011 | This method was introduced |