Answers for "remove all special characters from string online"

0

Remove special characters from string

var outString = sourceString.replace(/[`~!@#$%^&*()_|+-=?;:'",.<>{}[]\/]/gi, '');
Posted by: Guest on May-10-2021

Code answers related to "remove all special characters from string online"

Code answers related to "Javascript"

Browse Popular Code Answers by Language