L
Lav KG
Hi all,
Please help me convert the following expression to a valid Regex.
[a-zA-Z]{1}[0-9a-zA-Z\.\-]{0-63}@[0-9a-zA-Z]{1-64}.[a-zA-Z]{2,3}
I'm trying to validate an email address by a
RegularExpressionValidator.
Thanks in advance
Lav KG
Please help me convert the following expression to a valid Regex.
[a-zA-Z]{1}[0-9a-zA-Z\.\-]{0-63}@[0-9a-zA-Z]{1-64}.[a-zA-Z]{2,3}
I'm trying to validate an email address by a
RegularExpressionValidator.
Thanks in advance
Lav KG