UNPKG

oberknecht-utils

Version:
21 lines (20 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.escapingRegex = void 0; exports.escapingRegex = [ "\\", "/", "(", ")", "{", "}", "[", "]", "^", "$", ".", "*", "?", "+", "|", ];