mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-25 21:58:18 +00:00
12 lines
233 B
Markdown
12 lines
233 B
Markdown
# `kumo.string.psl_domain(STRING)`
|
|
|
|
{{since('dev')}}
|
|
|
|
Get the registrable domain as defined by Mozilla's [Public Suffix
|
|
List](https://publicsuffix.org/).
|
|
|
|
```lua
|
|
assert(kumo.string.psl_domain 'www.example.com' == 'example.com')
|
|
```
|
|
|