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