Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.4/underscore.string/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.4/underscore.string/strLeftBack.js

var makeString = require('./helper/makeString');

module.exports = function strLeftBack(str, sep) {
  str = makeString(str);
  sep = makeString(sep);
  var pos = str.lastIndexOf(sep);
  return~ pos ? str.slice(0, pos) : str;
};

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