Answers for "how to add special characters in regex in js"

1

regex special characters javascript

var regex = /^[a-zA-Z0-9!@#\$%\^\&*\)\(+=._-]+$/g
Posted by: Guest on July-27-2020

Code answers related to "how to add special characters in regex in js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language