boolean startsWith(String value, String prefix);

i.e.,

org.zkoss.xel.fn.StringFns

Tests if this string starts with the specified prefix.

Parameters:

  • value - the value to test
  • prefix - the prefix to test

Version History

Version Date Content
5.0.7 March, 2011 This method was introduced