I've been using the drop down email validation for years without dramas
until now.


++++++++++
Kevin Parker
m: 0418 815 527

++++++++++


-----Original Message-----
From: Justin Scott [mailto:leviat...@darktech.org] 
Sent: Sunday, 24 February 2013 7:31 PM
To: cf-talk
Subject: Re: Apostrophes in email addresses


> 100% of the time this little bit of regex has served me well until now.
> ^[\w\.-]{1,}\@([\da-zA-Z-]{1,}\.){1,}[\da-zA-Z-]+$

Is there a reason you're not using the built in isValid("email",
variable) function instead of a regex?


-Justin



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:354676
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to