Another one for you Expert Devs. I am using `var s...
# suitescript
k
Another one for you Expert Devs. I am using
var specialchars = /["-.-/\"]/g;
to replace special characters in a string with nothing but it's only working for some of them. Also i need to add remove a space as well.