Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.5/underscore.string/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.5/underscore.string/unquote.js

module.exports = function unquote(str, quoteChar) {
  quoteChar = quoteChar || '"';
  if (str[0] === quoteChar && str[str.length - 1] === quoteChar)
    return str.slice(1, str.length - 1);
  else return str;
};

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists