pub fn needs_quoting(s: &str, delimiter: char) -> bool
Determine if a string needs quoting based on content and delimiter.