Go to the first, previous, next, last section, table of contents.


stringMixedcase

Function: stringMixedcase
file: job.t
package: muf
status: alpha
{ string -> string }

The stringMixedcase function makes a weak attempt to map all characters in the given string to pleasing values:

Stack: "you know, i love lucy."
stringMixedcase
Stack: "You know, I love lucy."

See section stringUpcase. See section stringDowncase.


Go to the first, previous, next, last section, table of contents.