fn string_vec_from(string_array: &[&str]) -> Vec<String>
Helper function to transform an array of borrowed strings to an owned Vec<String>
Vec<String>