Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
wellgenio committed Aug 24, 2024
1 parent cdd11e5 commit 701b8d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,12 @@ Note, the validate method returns a list of errors with all validation exception

Here’s a complete list of available validators you can use:

- **equalTo**: checks if value is equal to another value.
- **greaterThan**: Checks if number is greater than minimum value.
- **lessThan**: Checks if the number is less than max value.
- **notEmpty**: Checks if a string is not empty.
- **matchesPattern**: Checks if the a string matches the pattern (Regex).
- **range**: Checks whether a number is within the range of a minimum and maximum value.
- **validEmail**: Checks if a string is a valid email address.
- **minLength**: Checks if a string has a minimum length.
- **maxLength**: Checks if a string does not exceed a maximum length.
Expand Down

0 comments on commit 701b8d3

Please sign in to comment.