Checks if the value exists in a given array
if(v::in('A', array('A', 'B', 'C'))) { echo 'Yay, valid!'; }
fields: example: label: Example field type: text validate: in: - A - B - C