Skip to main content

csv_escape

Function csv_escape 

Source
pub fn csv_escape(s: &str) -> String
Expand description

Escape a value for CSV output (wrap in quotes if it contains commas, quotes, or newlines).