I'm wanting to do some thorough validation on the email address people use to sign up with on my site.
I'm not using cfinput (and dont want to).. so I need a solid RE script to do this for me.
At the moment all I'm using is this: ReFind(".+@.+..+", form.emailAddress).
But i'd like to use something that disallows people from entering in illegal characters.. something that will check all syntax and characters.
Anyone know of anything I can use?
thanks.
I'm not using cfinput (and dont want to).. so I need a solid RE script to do this for me.
At the moment all I'm using is this: ReFind(".+@.+..+", form.emailAddress).
But i'd like to use something that disallows people from entering in illegal characters.. something that will check all syntax and characters.
Anyone know of anything I can use?
thanks.