Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Sep 1, 2024
1 parent c714cbc commit 2f6dfba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Method | Description
-----------------------------------------------|-----------------------------------------------------------------------------
`stringPlausibleBase64($value, $message = '')` | Check that a value is plausibly base64
`validDateTime($value, $message = '')` | Check that a value is a valid ISO8601 compliant DateTime
`validDateTimeZulu($value, $message = '')` | Check that a value is a valid ISO8601 compliant DateTime in the UTC timezone
`notInArray($value, $values, $message = '')` | Check that a value is _NOT_ one of a list of values
`validURI($value, $message = '')` | Check that a value is a valid RFC3986 URI
`validURL($value, $message = '')` | Check that a value is a valid RFC2396 URL
Expand Down

0 comments on commit 2f6dfba

Please sign in to comment.