I am wrting a javascript if the accepted value is other than alphanumeric characters and symbols _.-@ , it should throw an alert.
I have used below expression, however concern is that I need only one mandate occurence of @ symbol. How can I do that?
!/^[ A-Za-z0-9_.-@]*$/