Versions in this module Expand all Collapse all v0 v0.0.1 Jul 14, 2026 Changes in this version + var ErrNoRegistrableDomain = errors.New("tldextract: no registrable domain") + func Extract(input string, options Options) (string, error) + func ExtractAll(inputs []string, options Options) ([]string, error) + type Options struct + Punycode bool