We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebae878 commit a98451aCopy full SHA for a98451a
CHANGELOG.md
@@ -52,7 +52,7 @@ in your code (inspired by Scala)
52
53
### Fixes:
54
55
-- `is_email()` is now fully complaint with email specifications (https://tools.ietf.org/html/rfc3696#section-3)
+- `is_email()` is now fully compliant with email specifications (https://tools.ietf.org/html/rfc3696#section-3)
56
- `is_ip()` now checks both ip v4 (and validates 0-255 range) and ip v6
57
(the previous implementation was really shallow, my apologies :P)
58
- `is_json()` now considers as valid json array objects (eg. `is_json('[1, 2, 3]')` returns true now)
0 commit comments