Function str_join_escaped

Source
pub fn str_join_escaped(parts: &[String], separator: &str) -> String
Expand description

Join with escaping: occurrences of the separator in any element are preceded by a backslash. A separator is appended after each element (trailing).