Coldfusion Email validation


/ Published in: ColdFusion
Save to your folder(s)

A simple find function on an email string to identify of the string is a correctly formatted email address.


Copy this code and paste it in your HTML
  1. REFindNoCase('^([[:alnum:]][-a-zA-Z0-9_%\.]*)?[[:alnum:]]@[[:alnum:]][-a-zA-Z0-9%\>.]*\.[[:alpha:]]{2,}$',find_email_notification.email)

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.