Validations on variable text field - Allow only Numbers and Special Characters
Hi All, I want a validation in my variable - only numbers and special characters should be allowed Below code did not work. Can someone please help with the code for all the validations. var pattern = /^[_A-z]*((-|\s)*[_A-z])*$/; var name = g_form.g...