email address validation


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

I simple find to validate a user 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,}$'

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.