endsWith"

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...")
 
Line 2: Line 2:
  
 
<source lang="java">
 
<source lang="java">
BigDecimal decimal(Object value);
+
boolean endsWith(String value, String suffix);
 
</source>
 
</source>
  
:i.e., <javadoc method="toDecimal(java.lang.Object)">org.zkoss.xel.fn.CommonFns</javadoc>
+
:i.e., <javadoc method="endsWith(java.lang.String, java.lang.String)">org.zkoss.xel.fn.StringsFns</javadoc>
  
Converts the specified object to a big decimal.
+
Tests if this string ends with the specified suffix.
  
 
'''Parameters:'''
 
'''Parameters:'''
* value - the value to convert
+
* value - the value to test
 +
* suffix - the suffix to test
  
 
=Version History=
 
=Version History=
Line 17: Line 18:
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| &nbsp;
+
| 5.0.7
| &nbsp;
+
| March, 2011
| &nbsp;
+
| This method was introduced
 
|}
 
|}
  
 
{{ZUMLReferencePageFooter}}
 
{{ZUMLReferencePageFooter}}

Revision as of 07:59, 8 March 2011

boolean endsWith(String value, String suffix);
i.e., StringsFns.endsWith(String, String)

Tests if this string ends with the specified suffix.

Parameters:

  • value - the value to test
  • suffix - the suffix to test

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.