Open
Description
https://en.wikipedia.org/wiki/Fully_qualified_domain_name
> parseTLD "https://pyropus.ca./software/getmail/"
Nothing
it ::
Maybe
(Data.Text.Internal.Text, Data.Text.Internal.Text,
Data.Text.Internal.Text)
(0.06 secs, 6,937,440 bytes)
> parseTLD "https://pyropus.ca./"
Nothing
it ::
Maybe
(Data.Text.Internal.Text, Data.Text.Internal.Text,
Data.Text.Internal.Text)
(0.01 secs, 142,328 bytes)
Because all TLDs are implicitly '.' at the end, I would expect that including the '.' would be identical to if not:
> parseTLD "https://pyropus.ca/"
Just ("","pyropus","ca")
Metadata
Metadata
Assignees
Labels
No labels