All rules in this page can be applies to numberandstring
number
string
Validates if the input is contained in the specificd array
v.val(1, "in [1,2,3]"); // true v.val(1, "in [2,3,4]"); // false
is unique
= (Equality)
Last updated 3 years ago