1

I want a custom validation for an input box and tried with this. /^[a-zA-Z0-9\,/.-\s]*$/
It will allow only the following special characters , . / - and blank space. I want to add one more special character and that is \
How can I achieve this.

Vimal
  • 2,767
  • 3
  • 19
  • 24

0 Answers0