UNPKG

@feugene/mu

Version:

Helpful TS utilities without dependencies

5 lines 192 B
export default function pregQuote(string) { // Quote regular expression characters return string.replace(/([!$()*+.:<=>?[\\\]^{|}])/g, '\\$1'); } //# sourceMappingURL=pregQuote.mjs.map