My solutions to some codewars.com and leetcode.com challenges.
Given a string, replace every letter with its position in the alphabet. If anything in the text isn't a letter, ignore it and don't return it.
My solutions to some codewars.com and leetcode.com challenges.
Given a string, replace every letter with its position in the alphabet. If anything in the text isn't a letter, ignore it and don't return it.