Converts a string to uppercase.
The returned string is newly-allocated and mutable. st
is not mutated.
This is equivalent to str::to_uppercase
.
Converts a string to uppercase.
The returned string is newly-allocated and mutable. st
is not mutated.
This is equivalent to str::to_uppercase
.