file: job.t package: muf status: alpha
{ string -> string }
The stringDowncase
function maps all characters in the
given string to lower case:
Stack: "You know, I love Lucy." stringDowncase Stack: "you know, i love lucy."
See section stringMixedcase. See section stringUpcase. See section downcase. See section |downcase.
Go to the first, previous, next, last section, table of contents.