Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Nov 6, 2024
1 parent e06f6c5 commit 230c65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ check if given string is valid
| base58 | | check base-58 encoding |
| card | | check credit card number |
| date | | test if string contains valid date |
| | .format: | specify date format (default: `yyyy-MM-dd`) - could be one of `'iso`, `'iso8601`, `'short`, `'long`, `'custom1`, `'custom2`, or any given string) |
| | .format: | specify date format (default: `'iso` or `yyyy-MM-dd`) - could also be one of `'iso8601`, `'short`, `'long` or any given string) |
| email | | verify e-mail address |
| floating | | test if string contains a parsable floating-point value |
| integer | | test if string contains a parsable integer value |
Expand Down

0 comments on commit 230c65c

Please sign in to comment.