Validates that a value is not included in the given array
if(v::notIn('A', array('B', 'C', 'D'))) { echo 'Yay, valid!'; }
fields: example: label: Example field type: text validate: notIn: - B - C - D