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.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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