String substring(String s, int from,  int to);

i.e.,

org.zkoss.xel.fn.StringFns

Returns a new string that is a substring of the given string.

Parameters:

  • s - the string to retrieve the substring
  • from - the beginning index, inclusive
  • to - the ending index, exclusive

Version History

Version Date Content
5.0.7 March, 2011 This method was introduced