BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Augusto
Obsidian | Level 7

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

1 ACCEPTED SOLUTION

Accepted Solutions
art297
Opal | Level 21

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

View solution in original post

2 REPLIES 2
art297
Opal | Level 21

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

Augusto
Obsidian | Level 7

Hello Mister Art,

Thanks one more time.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 10081 views
  • 0 likes
  • 2 in conversation