I'm trying to validate an e-mail address by checking for an @ symbol, but it doesn't seem to be finding it. The following code:
<cfoutput>#email# #Find(email, "@"#</cfoutput>
yields the following result:
email@email.ca 0
which doesn't make a lot of sense to me. Am I doing something wrong?
<cfoutput>#email# #Find(email, "@"#</cfoutput>
yields the following result:
email@email.ca 0
which doesn't make a lot of sense to me. Am I doing something wrong?