UNPKG

@opstarts/chimp

Version:

Develop acceptance tests & end-to-end tests with realtime feedback.

9 lines (8 loc) 217 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = escapeRegExp; function escapeRegExp(string) { return string.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, '\\$&'); }