Skip to content

Tld

  • Tld()

Validates whether the input is a top-level domain.

v.tld().validate('ua')  # true
v.tld().validate('com')  # true
v.tld().validate('ly')  # true
v.tld().validate('org')  # true

Categorization

  • Internet

Changelog

Version Description
1.0.0 Created

See also: