We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75809c commit 12a0d18Copy full SHA for 12a0d18
README.md
@@ -83,7 +83,7 @@ check if given string is valid
83
| base58 | | check base-58 encoding |
84
| card | | check credit card number |
85
| date | | test if string contains valid date |
86
-| | .format: | specify date format (default: `'iso` or `yyyy-MM-dd`) - could also be one of `'iso8601`, `'short`, `'long` 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 |
87
| email | | verify e-mail address |
88
| floating | | test if string contains a parsable floating-point value |
89
| integer | | test if string contains a parsable integer value |
0 commit comments