DEV Community

Discussion on: Writing Beautiful Code

Collapse
 
tux0r profile image
tux0r • Edited

Note that filter_var(..., FILTER_VALIDATE_EMAIL) does most likely not cover Unicode/"emoji" domains, so you should not rely on that.

Collapse
 
restoreddev profile image
Andrew Davis

Thanks! I was just using it as an example.