Community

Start a Thread


Notifications
Subscribe You’re not receiving notifications from this thread.

Reverse Only Alphabetical - Python Question

Challenges • Asked over 4 years ago by triangles

triangles Commented on Sep 07, 2019:

Strings have the .isalpha() method, so you don't need to check them against a regular expression.

Link to problem: Reverse Only Alphabetical.