Converts each character of str in-place using convert. convert must be a function that takes a character in the first argument and returns the converted character.
string to convert
converted string
See Implementation
Converts each character of str in-place using convert. convert must be a function that takes a character in the first argument and returns the converted character.