It's on the top of my tongue, but I can't remember the method I would use to scan a string variable for something like a specific character. So for example, I want to check IF var emailaddress CONTAINS the '@' symbol. Can anyone give me some help?
Scratch that, indexOf is what I was thinking of.