1
Answer

Validator for EmailID

Photo of Cien S

Cien S

15y
2.3k
1
Hi,

I am using RegularExpressionValidator to validate EmailID where ValidateExpresion  is::

\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*

Actually i want to validate EmailID that can also contain spaces.

example::

<    [email protected]    >,<[email protected]>,<  [email protected]>
I want to validate all of the above Email IDs as Valid.

Please help me

Thanks in advance



Answers (1)