My Account   Contact Us    
  
» HomeProductsSupportDeveloper CommunityCompany
Validate Email Address using Regular Expressions
Author: Pete Freitag
Category: ColdFusion
Validate the syntax of an email address using regular expressions.

<cfif NOT ReFind(".+@.+..+", form.emailAddress)>

Also check out: Email Verification library

   You entered an invalid email address. <cfabort>

</cfif>


Content Management Powered by ActivEdit  ActivEdit Browser Based WYSIWYG HTML Editor

More Code Samples

Sign up for our newsletter: | Subscribe with RSS: RSS
© ActivSoftware 1999 to 2005 | Privacy Statement