pub fn is_valid_identifier(s: &str) -> bool
Check if string is valid ASCII identifier (alphanumeric + underscore + hyphen).