エスケープ文字の文字列から一重引用符と二重引用符を削除しようとしています。'
一重引用符または二重自動では機能しません"
。
誰か助けてください。
var mysting = escapedStr.replace(/^%22/g, ' '); //doesnt remove the double quotes
var mysting = escapedStr.replace(/^%27/g, ' '); //doesnt remove the single quotes
var mysting = escapedStr.replace(/^%3A/g, ' '); //does remove the SEMI COLON %3A