Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.2/underscore.string/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.2/underscore.string/strRight.js

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

module.exports = function strRight(str, sep) {
  str = makeString(str);
  sep = makeString(sep);
  var pos = !sep ? -1 : str.indexOf(sep);
  return~ pos ? str.slice(pos + sep.length, str.length) : str;
};

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