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

Converts a string to lowercase.

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

This is equivalent to str::to_lowercase.

uppercase
replace