Skip to content

is_url check using tld and ignoring scheme

danBLA requested to merge danBLA/domainmagic:is_url_tldcheck into master

is_url does not classify a url without scheme valid

is_url_tldcheck ignores the scheme, checking if a valid tld can be extracted...

Merge request reports