Array
All rules in this page can be applies to numberandstring
In
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]"); // falseComing Soon
is unique
= (Equality)
Last updated
Was this helpful?