Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
yanggyein
/
yanggyein
/
yang_home
/
node_modules
/
unquote
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/yanggyein/yanggyein/yang_home/node_modules/unquote/index.js
var reg = /[\'\"]/ module.exports = function unquote(str) { if (!str) { return '' } if (reg.test(str.charAt(0))) { str = str.substr(1) } if (reg.test(str.charAt(str.length - 1))) { str = str.substr(0, str.length - 1) } return str }