Solved
Forum Discussion
DanNad
4 years agoContributor
I managed to remove the backlslashes by using JScript's .remove() method instead.
-> testString.replace(/\\/g,"");
I managed to remove the backlslashes by using JScript's .remove() method instead.
-> testString.replace(/\\/g,"");
I managed to remove the backlslashes by using JScript's .remove() method instead.
-> testString.replace(/\\/g,"");