Answers for "check if email is valid typescript"

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 "check if email is valid typescript"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language