Let's say I've got an array full of strings (A short string on every line). Now I just want to check this array if a certain string exists within it. It doesn't even matter on which "line" of the array it is located. I just need to know whether it's there or not.

How can I do this?