RebbVal
EN
EN
  • Getting Started
  • Overview
  • Concepts
  • List of rules
    • Age
    • Array
    • Boolean
    • Comparions
    • Composite
    • Datetime
    • Identifications
    • Internet
    • Localization
    • String
Powered by GitBook
On this page
  • In
  • Coming Soon

Was this helpful?

  1. List of rules

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

Coming Soon

  • is unique

  • = (Equality)

PreviousAgeNextBoolean

Last updated 3 years ago

Was this helpful?