Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 525 Bytes

Tld.md

File metadata and controls

32 lines (23 loc) · 525 Bytes

Tld

  • Tld()

Validates whether the input is a top-level domain.

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

Categorization

  • Internet

Changelog

Version Description
0.3.9 Created

See also: