UNPKG

@alandawi/adhoc-utils

Version:

Some tools to improve the teamwork

5 lines (4 loc) 132 B
const escapeRegExp = async (string) => { await string.replace(/[.*+\-?^${}()|[\]\\]/g, '\\$&'); } module.exports = escapeRegExp