(uppercase st)
  st: a str
  returns a str
F

Converts a string to uppercase.

The returned string is newly-allocated and mutable. st is not mutated.

This is equivalent to str::to_uppercase.

pretty-eprn
lowercase