Answers for "checking validity of email address ts"

0

how to validate email address in typescript

regexp = new RegExp(/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/);
Posted by: Guest on May-07-2021

Code answers related to "checking validity of email address ts"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language