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

The original concat() function does not have a delimiter