String join(Object[] value, String separator);

i.e.,

org.zkoss.xel.fn.StringFns

Joins the given array of values into a string and separated with the given separator

Parameters:

  • value - the array of values to join (if any of its elements is not a string, it will be converted to a string first)
  • separator - the separator

Version History

Version Date Content
5.0.7 March, 2011 This method was introduced