View Single Post
Old 01-02-2013, 10:38 PM   PM User | #4
cdmonline
New to the CF scene

 
Join Date: Jan 2013
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
cdmonline is an unknown quantity at this point
Quote:
Originally Posted by Philip M View Post
if (string1.indexOf("@")==-1) {
is wholly inadequate as an email address validator.
Use the search feature of this forum.
I agree, but that's not important. For my purpose, I'm just trying to get the mechanism of performing a validation of some sort working. The actual validation that I will be using will be a simple string comparison. The actual string comparison used here is by the by. Thanks :-)

- CDM
cdmonline is offline   Reply With Quote