mirror of
https://github.com/KumoCorp/kumomta.git
synced 2026-08-19 08:01:07 +00:00
236 B
236 B
kumo.string.psl_suffix(STRING)
{{since('2024.09.02-c5476b89')}}
Get the public suffix as defined by Mozilla's Public Suffix List.
assert(kumo.string.psl_suffix 'www.example.com' == 'com')