pub fn validate_ident(name: &str) -> Result<(), Error>
Expand description

Validate that the string is an allowed variable name (lowercase letters, numbers and dashes)