boolean endsWith(String value, String suffix);

i.e.,

org.zkoss.xel.fn.StringFns

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