Challenges • Asked over 5 years ago by triangles
Strings have the .isalpha() method, so you don't need to check them against a regular expression.
.isalpha()
Link to problem: Reverse Only Alphabetical.