I would like some help on how to do a pseudocode for checking the formatting of an email is correct. I am using Python but need to plan it out first
Generic Rules: 1. alphnumeric before @ 2. @ 3. Alphnumeric after @ 4. . (dot) after @
Thank you
I would like some help on how to do a pseudocode for checking the formatting of an email is correct. I am using Python but need to plan it out first
Generic Rules: 1. alphnumeric before @ 2. @ 3. Alphnumeric after @ 4. . (dot) after @
Thank you