0

I'm looking for a regular expression that allows only Alphanumeric characters but not special characters such as ASCII 96 for instance.

Right now I'm using this one:

/[^\dA-z0-9]/g

This regex allows Alphanumeric characters but also ASCII 96 (a.k.a `).

Could anyone help me?

Thanks a lot in advance.

Antonio682
  • 363
  • 1
  • 4
  • 18

0 Answers0