needs_quoting

Function needs_quoting 

Source
pub fn needs_quoting(s: &str, delimiter: char) -> bool
Expand description

Determine if a string needs quoting based on content and delimiter.