Function mz_testdrive::parser::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)
pub fn validate_ident(name: &str) -> Result<(), Error>
Validate that the string is an allowed variable name (lowercase letters, numbers and dashes)