G
Ganesh
Hi There,
I need to validate email address with regular expression control, i tried
something like this
^+[a-zA-Z][\w\.-]*[a-zA-Z0-9]@[a-zA-Z0-9][\w\.-]*[a-zA-Z0-9]\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z]$
but i need to validate even if it is blank, it should say invalid email, but
don't want to use another requirefield validator
Thanks
Ganesh
I need to validate email address with regular expression control, i tried
something like this
^+[a-zA-Z][\w\.-]*[a-zA-Z0-9]@[a-zA-Z0-9][\w\.-]*[a-zA-Z0-9]\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z]$
but i need to validate even if it is blank, it should say invalid email, but
don't want to use another requirefield validator
Thanks
Ganesh