We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c714cbc commit 2f6dfbaCopy full SHA for 2f6dfba
1 file changed
README.md
@@ -44,7 +44,6 @@ Method | Description
44
-----------------------------------------------|-----------------------------------------------------------------------------
45
`stringPlausibleBase64($value, $message = '')` | Check that a value is plausibly base64
46
`validDateTime($value, $message = '')` | Check that a value is a valid ISO8601 compliant DateTime
47
-`validDateTimeZulu($value, $message = '')` | Check that a value is a valid ISO8601 compliant DateTime in the UTC timezone
48
`notInArray($value, $values, $message = '')` | Check that a value is _NOT_ one of a list of values
49
`validURI($value, $message = '')` | Check that a value is a valid RFC3986 URI
50
`validURL($value, $message = '')` | Check that a value is a valid RFC2396 URL
0 commit comments