• Validator
  • Getting started
  • Readme
  • Get it !
  • Validator Quickstart
  • Form implementation
  • Syntax of addRule
  • All rules
  • Rules
  • Str
    • alpha
    • alpha_num
    • alpha_num_space
    • blank
    • confirm
    • email
    • url
    • numeric
    • not_empty
  • Json
    • json_arr
    • json
  • Number
    • double
    • int
    • long
    • float
    • higher
    • lesser
    • range
  • Other
    • bool
    • diff
    • min_length
    • max_length
    • unique
    • optional
    • regex
  • Advanced contexts
  • Create a validator from class
  • Get object from validator
  • Creating a new rule
  • Implement a language
Powered by GitBook

All rules

All rules

String rules

  • Is alphabetic
  • Is alphabetic or numeric
  • Is alphabetic, numeric or space
  • Is only blank
  • Is the same value in confirm field
  • Is an email
  • Is an url
  • Is only numeric
  • Is not empty

Json rules

  • Is json object
  • Is json array

Number rules

  • Is double
  • Is float
  • Is long
  • Is integer
  • Is higher than
  • Is lesser than
  • Is in range of

Other rules

  • Is a boolean
  • Is different that
  • Has a maximum length of
  • Has a minimum length of
  • Optional field
  • Is unique
  • Regex

results matching ""

    No results matching ""