Skip to content

lu4nx/cl-tld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

Extracts the TLD(Top Level Domain) from domain,for Common Lisp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published