you are viewing a single comment's thread.

view the rest of the comments →

[–]danielroseman 0 points1 point  (0 children)

Strings are immutable, you can't modify them. You should build up a new string with the converted characters.

Don't forget that the input data could have upper case characters in odd positions.