UNPKG

@redux-devtools/rtk-query-monitor

Version:
5 lines (4 loc) 169 B
// https://stackoverflow.com/a/9310752 export function escapeRegExpSpecialCharacter(text: string): string { return text.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&'); }