Preview: escapeRegex.js
Size: 198 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/@hapi/hoek/lib/escapeRegex.js
'use strict';
const internals = {};
module.exports = function (string) {
// Escape ^$.*+-?=!:|\/()[]{},
return string.replace(/[\^\$\.\*\+\-\?\=\!\:\|\\\/\(\)\[\]\{\}\,]/g, '\\$&');
};
Directory Contents
Dirs: 0 × Files: 26