Current Path : /home/infinitibizsol/.trash/node_modules.5/@hapi/hoek/lib/ |
Current File : /home/infinitibizsol/.trash/node_modules.5/@hapi/hoek/lib/escapeRegex.js |
'use strict'; const internals = {}; module.exports = function (string) { // Escape ^$.*+-?=!:|\/()[]{}, return string.replace(/[\^\$\.\*\+\-\?\=\!\:\|\\\/\(\)\[\]\{\}\,]/g, '\\$&'); };