pub fn str_join_escaped(parts: &[String], separator: &str) -> String
Join with escaping: occurrences of the separator in any element are preceded by a backslash. A separator is appended after each element (trailing).