Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hey Everyone,
I made a slight alteration to the regular expression utilized to verify a valid email address :
@"[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?"
Hopefully this helps some other folks out!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Email Address Regular Expression Adjustment
Hey Everyone,
I made a slight alteration to the regular expression utilized to verify a valid email address :
@"[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?"
Hopefully this helps some other folks out!
is working on a reply...