pub fn is_alphanumeric(s: &str) -> bool
validation
Check if a string contains only alphanumeric characters.