here is my string:
var str = "This is my string";
This is my code:
var replaced = str.replace("/\/", "");
I can't get my output to be:
"This is my \string"
I have tried every combination I can think of for the regular expression and the replacement value.
Any help is appreciated!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…