Array

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]"); // false

Coming Soon

  • is unique

  • = (Equality)

Last updated

Was this helpful?