trim
String trim(String value);
i.e., org.zkoss.xel.fn.StringFns#trim(java.lang.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 |