Glitchfinder
Staff
Is there a way to search through a large array of string for a specific entry, using only a part of the total string? (and then return the string's number in the array). Basically, I want a large array of strings, like say, card names. And then, I want to be able to search something like "Cyber", and return the locations of the strings in the array that contain "Cyber", e.g. "Cyber Dragon, "Cyber Harpie Lady", etc. Any help would be appreciated.