Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/node_modules.10/escape-string-regexp/
Upload File :
Current File : /home/infinitibizsol/.trash/node_modules.10/escape-string-regexp/index.js

'use strict';

const matchOperatorsRegex = /[|\\{}()[\]^$+*?.-]/g;

module.exports = string => {
	if (typeof string !== 'string') {
		throw new TypeError('Expected a string');
	}

	return string.replace(matchOperatorsRegex, '\\$&');
};

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