is_valid_identifier

Function is_valid_identifier 

Source
pub fn is_valid_identifier(s: &str) -> bool
Expand description

Check if string is valid ASCII identifier (alphanumeric + underscore + hyphen).