{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
LCase
Creates the lowercase version of the string.
Usage:
lcase( String )
Parameters:
string | The input string to convert to lower case. |
---|
Returns:
The string in lowercases.
Examples:
lcase("UPPERCASE") -> Returns the string "uppercase". lcase("UpperCase") -> Returns the string "uppercase".