MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / escapeRegExp

Function escapeRegExp

src/extension.node.ts:177–179  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

175}
176
177function escapeRegExp(text: string) {
178 return text.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, '\\$&');
179}
180
181function tryGetUsername() {
182 try {

Callers 3

tryGetUsernameFunction · 0.85
tryGetHomePathFunction · 0.85

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected