Current location: Hot Scripts Forums » General Web Coding » JavaScript » Email RegExp, Did I miss anything?


Email RegExp, Did I miss anything?

Reply
  #1 (permalink)  
Old 07-16-06, 04:52 AM
nova912's Avatar
nova912 nova912 is offline
Code Guru
 
Join Date: Sep 2004
Location: Traverse City, MI, USA
Posts: 821
Thanks: 0
Thanked 0 Times in 0 Posts
Email RegExp, Did I miss anything?

This is the string I have that will validate an email address (even ones that end in co.uk) could you please check is I missed anything that might be in a valid email address.

Code:
^[a-zA-Z0-9\_\-\.\+]+\@[a-zA-Z0-9\_\-]+\.[a-zA-Z0-9]{1,4}\.*[a-zA-Z0-9]{0,4}$
The only thing it will skrew up on (that i can see) is this...

"nova@so.com." <- notice the "." at the end with nothing after it, got any ideas =)

Thanks for all and any input.
Reply With Quote
  #2 (permalink)  
Old 07-16-06, 05:13 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,075
Thanks: 11
Thanked 88 Times in 83 Posts
This works for me

Code:
/^[a-z0-9.!\#$%&\'*+-\/=?^_`{|}~]+@([0-9.]+|([^\s]+\.+[a-z]{2,6}))$/i
Reply With Quote
  #3 (permalink)  
Old 07-16-06, 01:25 PM
TwoD TwoD is offline
Community VIP
 
Join Date: Sep 2003
Location: 404
Posts: 1,813
Thanks: 0
Thanked 0 Times in 0 Posts
If you find a RegExp that works with every email address in the world, you've struck gold
__________________
[W3Schools - learn all about the standards.] [QuirksMode - Browser Quirks] [MS's Online Reference Docs] [DOM in Gecko.]
Please pay attention to stickys, announcements and forum rules, thank you.
Please also remember Code Wrappers and [SOLVED] Marking, this helps everyone.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
redirect email to multiple emails in sequence IDobrien Script Requests 1 03-21-05 09:20 AM
Free Trial of Email Newsletter Campaign findyourhope General Advertisements 0 01-05-05 08:58 PM
need help to create a attachment on my email frankkk PHP 1 10-25-04 02:10 PM


All times are GMT -5. The time now is 11:14 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.