ran npm run tdd
This commit is contained in:
@ -1 +1,2 @@
|
||||
module.exports = escapeRegExp = str => str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
|
||||
const escapeRegExp = str => str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
|
||||
module.exports = escapeRegExp
|
||||
Reference in New Issue
Block a user