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/chop.js

module.exports = function chop(str, step) {
  if (str == null) return [];
  str = String(str);
  step = ~~step;
  return step > 0 ? str.match(new RegExp('.{1,' + step + '}', 'g')) : [str];
};

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