mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-04 18:08:16 +00:00
12 lines
249 B
Markdown
12 lines
249 B
Markdown
# `kumo.string.psl_domain(STRING)`
|
|
|
|
{{since('2024.09.02-c5476b89')}}
|
|
|
|
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')
|
|
```
|
|
|