Expand description
This module uses Python to determine if a given string is a valid Python identifier or not. See here
Traitsยง
- IsIdentifier
- Trait that determines if a string contains a valid identifer based on Python rules (which are broadly simiilar to Rust).