Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

"@" symbol should not be allowed in domain name #45

Open
skeets23 opened this issue May 24, 2019 · 0 comments
Open

"@" symbol should not be allowed in domain name #45

skeets23 opened this issue May 24, 2019 · 0 comments

Comments

@skeets23
Copy link

$extract = new Extract();
$result = $extract->parse("test@test@google.com")->isValidDomain();

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

@HumanG33k HumanG33k mentioned this issue Aug 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant