Answers for "all special symbols remove from string"

0

Remove special characters from string

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

Code answers related to "all special symbols remove from string"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language