Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

isEmail validate email with from emoji domains #811

Closed
antonio0 opened this issue Apr 5, 2018 · 2 comments
Closed

isEmail validate email with from emoji domains #811

antonio0 opened this issue Apr 5, 2018 · 2 comments

Comments

@antonio0
Copy link

antonio0 commented Apr 5, 2018

Is it possible to validate the email containing emojis in the domain part?

Example: hello@馃惥馃悤.ws

it looks like a domain that was registered with https://xn--i-7iq.ws/

@rickjerrity
Copy link

Seems to be working for me? Maybe provide an example of your problem. Some working examples below:

https://runkit.com/embed/ryfudgkkj0tr - node
https://jsfiddle.net/64gmdg75/8/ - js

@chriso
Copy link
Collaborator

chriso commented May 3, 2018

This is supported:

> validator.isEmail('hello@馃惥馃悤.ws')
true

@chriso chriso closed this as completed May 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants