0

I dint understand what to do

Consider that email IDs are supposed to be for the following format: username@website.extension. Here, there are three conditions to keep in mind: 1. The username can only contain characters 0-9, a-z and A-Z. 2. The website name can contain only characters a-z 3. The extension can have 2 or 3 alphabets(a-z).

19th Aug 2019, 6:33 PM
Badrinarayan Paniraj
Badrinarayan Paniraj - avatar
2 Answers
+ 4
Is this some homework? I think you have to do something that generates a random email ID?
19th Aug 2019, 6:40 PM
🍇 Alex Tușinean 💜
🍇 Alex Tușinean 💜 - avatar
+ 1
You probably need to write a regular expression to check if it's correct. have fun
19th Aug 2019, 6:39 PM
Airree
Airree - avatar