trim"

From Documentation
(Created page with "{{ZUMLReferencePageHeader}} <source lang="java"> BigDecimal decimal(Object value); </source> :i.e., <javadoc method="toDecimal(java.lang.Object)">org.zkoss.xel.fn.CommonFns</ja...")
 
m
 
Line 2: Line 2:
  
 
<source lang="java">
 
<source lang="java">
BigDecimal decimal(Object value);
+
String trim(String value);
 
</source>
 
</source>
  
:i.e., <javadoc method="toDecimal(java.lang.Object)">org.zkoss.xel.fn.CommonFns</javadoc>
+
:i.e., <javadoc method="trim(java.lang.String)">org.zkoss.xel.fn.StringFns</javadoc>
  
Converts the specified object to a big decimal.
+
Returns a copy of the string, with leading and trailing whitespace omitted.
  
 
'''Parameters:'''
 
'''Parameters:'''
* value - the value to convert
+
* value - the value to trim
  
 
=Version History=
 
=Version History=

Latest revision as of 07:46, 8 March 2011

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.