DEV Community

Discussion on: Checking Mail Address Simply using Perl Regular Expression

Collapse
 
basman profile image
Adam.S

I prefer the Email::Valid module. And Email::Valid::Loose which used to be very handy with older phone email addresses provided in japan.

Collapse
 
yukikimoto profile image
Yuki Kimoto - SPVM Author

Thank you for information.