Current Path : /home/infinitibizsol/.trash/node_modules.2/underscore.string/helper/ |
Current File : /home/infinitibizsol/.trash/node_modules.2/underscore.string/helper/escapeRegExp.js |
var makeString = require('./makeString'); module.exports = function escapeRegExp(str) { return makeString(str).replace(/([.*+?^=!:${}()|[\]\/\\])/g, '\\$1'); };