I need to convert list like this ["a","b","c"] to this ['a','b','c']. The thing is i used
splitOn
function which gave me [[Char]] from [Char]. Is there a way to convert this list of string to list of char? Assuming strings are length of 1 of course.
unlinesandunwords. Which does not work for me. But thanks for your point.concatis the fourth result