mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 15:25:45 +01:00
- List will be auto-updated from https://publicsuffix.org/list/public_suffix_list.dat - Updated AbstractSearcher rules to be case insensitive - Updated PR creator bots - Docs and tests
529 B
529 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
v::tld()->validate('COM'); // true
Categorization
- Internet
Changelog
| Version | Description |
|---|---|
| 0.3.9 | Created |
See also: