powmedia / backbone-forms

Form framework for BackboneJS with nested forms, editable lists and validation
MIT License
2.17k stars 415 forks source link

Email validation upgrade #544

Open codeuri opened 7 years ago

codeuri commented 7 years ago

Changed regexp rule for email with 4 domain level (my-email@university.student.vic.edu.au). This regexp was tested on more then 50 emails.

philfreo commented 7 years ago

Can you add unit tests showing which formats this does (and doesn't) accept?

codeuri commented 7 years ago

Hi @philfreo

Added two more test formats for valid emails. Test passed. Thanks for attention.

glenpike commented 7 years ago

Looks good to me @philfreo please merge if you're happy.