mz_testdrive::parser

Function validate_ident

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

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