I want to search in an array if it contains a string and if it is in the array return the index number where it is located.
I'm new to swift and the only thing I know is how to check if the string contains the string but I have no idea how to get the index from that array.
Yorrick