endsWith"
From Documentation
m |
|||
Line 5: | Line 5: | ||
</source> | </source> | ||
− | :i.e., <javadoc method="endsWith(java.lang.String, java.lang.String)">org.zkoss.xel.fn. | + | :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. | Tests if this string ends with the specified suffix. |
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 |