UNPKG

chimpy

Version:

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

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