pub fn validate_identifier_characters(id: &str) -> bool
Expand description

Check if a given str only contains valid characters. This is a duplicate of valid_identifier for now but the two could deviate potentially.