Is there a way to get second level domain using boost-url?
I am trying to get the Second Level Domain of a URL using boost-url
. For example if url is https://google.com
, I want to store google
in a std::string
.
I am trying to get the Second Level Domain of a URL using boost-url
. For example if url is https://google.com
, I want to store google
in a std::string
.