Searched refs:mat (Results 1 – 1 of 1) sorted by relevance
294 text = text.replace((/[\(\)\/\.\*\+\?\[\]]/g), function (mat) { argument295 return '\\' + mat;