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

Last Update : 2011/03/08


Version Date Content
5.0.7 March, 2011 This method was introduced



Last Update : 2011/03/08

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.