UNPKG

create-cen-app

Version:
4 lines (3 loc) 108 B
export const escapeRegexChars = (str: string) => { return str.replace(/[.*+?^${}()|[\]\\/]/g, "\\$&"); };