UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

6 lines (4 loc) 114 B
const reSymbols = /[-\/\\^$*+?.()|[\]{}]/g module.exports = (str) => { return str.replace(reSymbols, '\\$&') }