moongirl129
Programmer
Hi there I am involved in running a membership based website which allows users to enter a certain amount of 'free' text. However to make the system work they should not be able to enter an email address. We have a Function already which uses regular expressions to look for email addresses using standard formats but unfortunately a lot of users are getting wise to this and changing theoir address slightly to trick the system. For instance they might enter one of the following:
myname@mycompany.co.uk
OR
m y n a m e @ m y c o m p a n y . c o . u k
OR
myname(at)mycompany(dot)co(dot)uk
And these do indeed escape our check!!
Can anyone point me in the write direction on how to get round this, or does anyone know of a component or something that is available to use?
Thanks.
myname@mycompany.co.uk
OR
m y n a m e @ m y c o m p a n y . c o . u k
OR
myname(at)mycompany(dot)co(dot)uk
And these do indeed escape our check!!
Can anyone point me in the write direction on how to get round this, or does anyone know of a component or something that is available to use?
Thanks.