Is there an easy way to sort a call with something similar to a database In query?
Does "mystring" exist in ["string1", "mystring", "string2"] => will return true
Does "mystring" exist in ["string1", "string2", "string3"] => returns false
source share