/
/
lib
/
node_modules
/
npm
/
node_modules
/
escape-string-regexp
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.220
PHP 7.4.33
Dir:
/lib/node_modules/npm/node_modules/escape-string-regexp
Edit:
/lib/node_modules/npm/node_modules/escape-string-regexp/index.js
'use strict'; var matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g; module.exports = function (str) { if (typeof str !== 'string') { throw new TypeError('Expected a string'); } return str.replace(matchOperatorsRe, '\\$&'); };
Ukuran: 226 B