mirror of
https://github.com/vlucas/valitron.git
synced 2025-12-30 23:01:52 +00:00
add emailDNS validator to documentation
This commit is contained in:
parent
7dcc8a5089
commit
f8e69683af
@ -121,6 +121,7 @@ V::lang('ar');
|
|||||||
* `notIn` - Negation of `in` rule (not in array of values)
|
* `notIn` - Negation of `in` rule (not in array of values)
|
||||||
* `ip` - Valid IP address
|
* `ip` - Valid IP address
|
||||||
* `email` - Valid email address
|
* `email` - Valid email address
|
||||||
|
* `emailDNS` - Valid email address with active DNS record
|
||||||
* `url` - Valid URL
|
* `url` - Valid URL
|
||||||
* `urlActive` - Valid URL with active DNS record
|
* `urlActive` - Valid URL with active DNS record
|
||||||
* `alpha` - Alphabetic characters only
|
* `alpha` - Alphabetic characters only
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user