cl-tld

2022-02-20

Extracts the TLD(Top Level Domain) from domain

Upstream URL

github.com/1u4nx/cl-tld

Author

lu4nx <lx@shellcodes.org>

License

Public Domain
README

cl-tld

Extracts the TLD(Top Level Domain) from domain.TLD info from https://publicsuffix.org

Usage

CL-USER> (ql:quickload "cl-tld")
("cl-tld")
CL-USER> (cl-tld:get-tld "www.shellcodes.org")
"org"
CL-USER> (cl-tld:get-domain-suffix "www.shellcodes.org")
"shellcodes.org"

Dependencies (0)

    Dependents (0)

      • GitHub
      • Quicklisp