String trim(String value);

i.e.,

org.zkoss.xel.fn.StringFns

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