Replace each letter of a string with its position in the alphabet (A=1, B=2...). Ignore spaces and non-letters. Strip accents before converting.
Click Run to test your code