Hi
I am trying to validate an e-mail address using this expression
[A-Za-z0-9]@[A-Za-z0-9]\.[A-Za-z0-9]
However, the escaped period is causing me a lot of grief.
Please help.
I am trying to validate an e-mail address using this expression
[A-Za-z0-9]@[A-Za-z0-9]\.[A-Za-z0-9]
However, the escaped period is causing me a lot of grief.
Please help.
Comment