lcase()

Definition

STRING lcase ( <STRING str> )

Returns a string identical to a certain string, with the exception that all uppercase characters are replaced by their lowercase counterparts.

Parameters

  • STRING str - The string in “normal”-form.

Returns

STRING : The string in “lowercase”-form.