UNPKG

162 BJavaScriptView Raw
1"use strict";
2function escapeStr(str) {
3 return str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
4}
5module.exports = escapeStr;
6//# sourceMappingURL=escapeStr.js.map
\No newline at end of file