toLowerCase
String toLowerCase(String value);
i.e., org.zkoss.xel.fn.StringFns#toLowerCase(java.lang.String)
Converts all of the characters in this string to lowercase using the rules of the current Locale (org.zkoss.util.Locales#getCurrent()).
Parameters:
- value - the value to convert
Version History
Version | Date | Content |
---|---|---|
5.0.7 | March, 2011 | This method was introduced |