TLDExtract icon indicating copy to clipboard operation
TLDExtract copied to clipboard

"@" symbol should not be allowed in domain name

Open skeets23 opened this issue 5 years ago • 0 comments

$extract = new Extract();
$result = $extract->parse("test@[email protected]")->isValidDomain();

This results in true, when it should be false ("@" is not allowed in domain names)

skeets23 avatar May 24 '19 06:05 skeets23