backbone-forms
backbone-forms copied to clipboard
Email validation upgrade
Changed regexp rule for email with 4 domain level ([email protected]). This regexp was tested on more then 50 emails.
Can you add unit tests showing which formats this does (and doesn't) accept?
Hi @philfreo
Added two more test formats for valid emails. Test passed. Thanks for attention.
Looks good to me @philfreo please merge if you're happy.