jgunnink / secret-santa

A ruby on rails application built to handle the organisation of a Secret Santa in a fun, simple way!
https://secretsantawebsite.herokuapp.com
Other
1 stars 1 forks source link

Better email regex #44

Closed jgunnink closed 7 years ago

jgunnink commented 7 years ago

currently, dkjff@example works need to work out a good pattern to use which allows for new TLD's also.

jgunnink commented 7 years ago

Will be proceeding with /\A([\w\.%\+\-]+)@([\w\-]+\.)+([\w]{2,})\z/i