Hi people,
Is there a best way to validate an email address?
I am using this regular expression '/^[a-z0-9_\.\+-]+(\.[a-z0-9_\+-]+)*@[a-z0-9-]{2,}(\.[a-z0-9-]+)*\.([a-z]{2,8})/' with prxmatch, anybody knows an easiest way and more efficiently?
Thanks
Augusto Souza
As shown in this 2010 SAS-L post, you can't really validate unless you actually send emails. The thread proposes a regular expression that is similar, but not exactly, like the one you are currently using: http://listserv.uga.edu/cgi-bin/wa?A2=ind1005b&L=sas-l&D=0&P=27781
As shown in this 2010 SAS-L post, you can't really validate unless you actually send emails. The thread proposes a regular expression that is similar, but not exactly, like the one you are currently using: http://listserv.uga.edu/cgi-bin/wa?A2=ind1005b&L=sas-l&D=0&P=27781
Hello Mister Art,
Thanks one more time.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.