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...") |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
<source lang="java"> | <source lang="java"> | ||
− | + | boolean endsWith(String value, String suffix); | |
</source> | </source> | ||
− | :i.e., <javadoc method=" | + | :i.e., <javadoc method="endsWith(java.lang.String, java.lang.String)">org.zkoss.xel.fn.StringFns</javadoc> |
− | + | Tests if this string ends with the specified suffix. | |
'''Parameters:''' | '''Parameters:''' | ||
− | * value - the value to | + | * value - the value to test |
+ | * suffix - the suffix to test | ||
=Version History= | =Version History= | ||
Line 17: | Line 18: | ||
! Version !! Date !! Content | ! Version !! Date !! Content | ||
|- | |- | ||
− | | | + | | 5.0.7 |
− | | | + | | March, 2011 |
− | | | + | | This method was introduced |
|} | |} | ||
{{ZUMLReferencePageFooter}} | {{ZUMLReferencePageFooter}} |
Latest revision as of 08:02, 8 March 2011
boolean endsWith(String value, String suffix);
Tests if this string ends with the specified suffix.
Parameters:
- value - the value to test
- suffix - the suffix to test
Version History
Version | Date | Content |
---|---|---|
5.0.7 | March, 2011 | This method was introduced |