Closed harshraj8843 closed 2 years ago
Write a programme to check a valid email address
A valid email address consists of an email prefix and an email domain, both in acceptable formats.
The prefix appears to the left of the @ symbol.
The domain appears to the right of the @ symbol.
letters
numbers
underscores
periods
dashes
underscore
period
dash
letter
number
Description
Write a programme to check a valid email address
A valid email address consists of an email prefix and an email domain, both in acceptable formats.
The prefix appears to the left of the @ symbol.
The domain appears to the right of the @ symbol.
Acceptable email prefix formats
letters
(a-z),numbers
,underscores
,periods
, anddashes
.underscore
,period
, ordash
must be followed by one or moreletter
ornumber
.Tracking Issues