|
The ValidationExpression we are currently using is:
ValidationExpression="^(([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5}){1,25})+([;.](([a-zA-Z0-9_\-\.]+)@([a-zA-Z0-9_\-\.]+)\.([a-zA-Z]{2,5}){1,25})+)*$">
How do I modify this so it will accept '+' sign.
Ex: joesmith+1@mail.com
Thanks
|
|
|
|
|
|
|
|