Hi, I need help with strings. I want to be able to search for a specific character, like "a". And if that character exist, I want it to get replaced by another character, which I get to decide. Is this possible?
An example would be if the user typed in "Awesome" and I had made it so e gets replaced with a b. So it would write out "Awbsomb".