Getting started
Basic usage
Validation
Advanced usage
API
License
Check if string contains only letters, numbers or underscores.
x (str) – String.
is_valid – True if x contains only letters, numbers or underscores, False otherwise.
bool