Hello everyone, simple question:
I have a string variable, let's call it "My name is Peter". I am going to store this variable in an array at some random XYZ place.
Now I want to check whether the whole array contains the string "Peter". I haven't found any solution to this.
Any ideas? maybe I need a plugin?