Answers for "js how to put nonalphanumeric characters in a string"

0

how to replace non alpha numeric characters in javascript

text.replace(/[\W_]+/g," ");
Posted by: Guest on March-29-2020

Code answers related to "js how to put nonalphanumeric characters in a string"

Code answers related to "Javascript"

Browse Popular Code Answers by Language