Is Alpha Only

Check if a string contains only alphabetic characters.

Code

General
str.isalpha()

Parameters

The string to check

Server

More Python Snippets