Is Alphanumeric

Check if a string contains only letters and numbers.

Code

General
str.isalnum()

Parameters

The string to check

Server

More Python Snippets