Hello. I want to replace a very specific character with another
character, going by the number. This meaning, i want to replace
characters by which character they are.
Lets take the string "abcdefghijklmnopqrstuvwxyz". I want to be
able to take, say the fifth character in it ("e") and replace it with
some other character (lets say "c"), how could i accomplish this?
