pub fn concatenate_vec_to_string(vec: &[String], delimiter: &str) -> String
Expand description

the original concat() function does not have a delimiter