Email validation
Closed this issue · 0 comments
embreinhardt commented
Could use regex validator
/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/
From https://www.w3resource.com/javascript/form/email-validation.php
Closed this issue · 0 comments
Could use regex validator
/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/
From https://www.w3resource.com/javascript/form/email-validation.php