Say I have an array of strings and a string I want to find in said array. Is there a way to return the index of the string that matches the string I am searching for?
Array = [DOG],[CAT],[MOUSE],[HORSE],[WOMBAT]
Search string = MOUSE
Find "MOUSE" in Array = 2