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