Go to: Synopsis. Return value. Related. MEL examples.

Synopsis

tolower string

tolower is NOT undoable, NOT queryable, and NOT editable.

Returns a string that is a duplicate of the string argument except that all upper case alphabetic characters are converted to lower case.

Return value

stringUppercase string

Related

toupper

MEL examples

tolower "UnSatIsfIEd";
// Result:unsatisfied//