my regex code is var pattern = /^[a-zA-Z0-9\\s-\'.@!(),&]+$/;
Now, this working a-z, A-z optional. I want A-Z or a-z any one mandatory another