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

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

module.exports = function swapCase(str) {
  return makeString(str).replace(/\S/g, function(c) {
    return c === c.toUpperCase() ? c.toLowerCase() : c.toUpperCase();
  });
};

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