UNPKG

inline-assets

Version:

Inline External Assets of HTML/CSS Files

6 lines (4 loc) 164 B
var makeString = require('./makeString'); module.exports = function escapeRegExp(str) { return makeString(str).replace(/([.*+?^=!:${}()|[\]\/\\])/g, '\\$1'); };