I am trying to write a regex that will FAIL if a character (the '@' symbol) has either not been entered, or if it's been entered more than once. Was trying with 'repetition' operators, but seems like that pertained to characters in consecutive order... I need to test the entire string and see if there's more than one '@' symbol anywhere, and if so, the match fails. What am I not getting here? Thanks in advance!
Trav