I want to check if all the values of my input, an array, are in another array. For example:
$my_arr = [\'item1\', \'item2\', \'item3\', \'item4\']; Validator::ma