String toLowerCase(String value);

i.e.,

org.zkoss.xel.fn.StringFns

Converts all of the characters in this string to lowercase using the rules of the current Locale (org.zkoss.util.Locales).

Parameters:

  • value - the value to convert

Version History

Version Date Content
5.0.7 March, 2011 This method was introduced