respect-validation/docs/rules/Tld.md
Henrique Moody 10df3211f5
Add "Categorization" section to rule documentations
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2019-05-11 19:16:21 +02:00

448 B

Tld

  • Tld()

Validates whether the input is a top-level domain.

v::tld()->validate('com'); // true
v::tld()->validate('ly'); // true
v::tld()->validate('org'); // true

Categorization

  • Internet

Changelog

Version Description
0.3.9 Created

See also: