I have string like so "/blah//hahaha//lalala/"
Which needs to be translated into an Array of strings so that if I printed the array it would look like this print(arrayOfStrings) // prints ["blah","hahaha","lalala"]
I am new to swift so forgive me if this question is foolish