G
Guest
Hi there,
I need help pls..I'm using c# on a webform and I have this regex validation
for email addresses: ValidationExpression
="\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)* "
I'm having isssues when submit an email with single quotes --example
jane.O'(e-mail address removed) -- I would like to be able "to allow" single quote on
the email address. Can anyone help me out !!
Thanks ahead,
Angel
I need help pls..I'm using c# on a webform and I have this regex validation
for email addresses: ValidationExpression
="\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)* "
I'm having isssues when submit an email with single quotes --example
jane.O'(e-mail address removed) -- I would like to be able "to allow" single quote on
the email address. Can anyone help me out !!
Thanks ahead,
Angel