|
|
@@ -65,18 +65,20 @@ The ```<validatorName>``` can be the name of the built-in validator which are de
|
|
|
|
|
|
Below is the list of built-in validators sorted in alphabetical order:
|
|
|
|
|
|
-Validator name | Description
|
|
|
-------------------------------------------|------------
|
|
|
-[between](docs/between) | Checks if the input value is between (strictly or not) two given numbers
|
|
|
-digits | Return true if the value contains only digits
|
|
|
-emailAddress | Validate an email address
|
|
|
-greaterThan | Return true if the value is greater than or equals to given number
|
|
|
-identical | Check if the value is the same as one of particular field
|
|
|
-lessThan | Return true if the value is less than or equals to given number
|
|
|
-notEmpty | Check if the value is empty
|
|
|
-regexp | Check if the value matches given Javascript regular expression
|
|
|
-stringLength | Validate the length of a string
|
|
|
-uri | Validate an URL address
|
|
|
+Validator name | Description
|
|
|
+------------------------|------------
|
|
|
+[between](docs/between) | Checks if the input value is between (strictly or not) two given numbers
|
|
|
+digits | Return true if the value contains only digits
|
|
|
+emailAddress | Validate an email address
|
|
|
+greaterThan | Return true if the value is greater than or equals to given number
|
|
|
+hexColor | Validate a hex color
|
|
|
+identical | Check if the value is the same as one of particular field
|
|
|
+lessThan | Return true if the value is less than or equals to given number
|
|
|
+notEmpty | Check if the value is empty
|
|
|
+regexp | Check if the value matches given Javascript regular expression
|
|
|
+stringLength | Validate the length of a string
|
|
|
+uri | Validate an URL address
|
|
|
+usZipCode | Validate a US zip code
|
|
|
|
|
|
## Build
|
|
|
|