Function arithmetic_parser::is_valid_variable_name
source ยท pub fn is_valid_variable_name(name: &str) -> bool
Expand description
Checks if the provided string is a valid variable name.
pub fn is_valid_variable_name(name: &str) -> bool
Checks if the provided string is a valid variable name.