I have a list of words "cat" "dog" "mouse" and want to check if the input from a form and only do something with it if it isn't in the list. Is there a functon that basically lets me say is this string in this list of string?
Nevermind. Figured it out 🙂