if (str.charAt(0) === '"' && str.charAt(str.length -1) === '"') { console.log(str.substr(1,str.length -2)); }