UNPKG

oberknecht-utils

Version:
18 lines (17 loc) 149 B
export const escapingRegex = [ "\\", "/", "(", ")", "{", "}", "[", "]", "^", "$", ".", "*", "?", "+", "|", ] as const;