Posts by Gabriel Moura • 31 points
1 post
-
1
votes4
answers1011
viewsQ: Replace a string’s letters with their respective alphabet position
I need to replace each letter of any string with its position in the alphabet. For example, the string "faebcd" must become "615234". I’m stuck at the replace values part of the array novaFrase by…