UNPKG

@redux-devtools/rtk-query-monitor

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