MCPcopy Index your code
hub / github.com/github/copilot-sdk / escapeRegExp

Function escapeRegExp

scripts/codegen/python.ts:1138–1140  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

1136}
1137
1138function escapeRegExp(value: string): string {
1139 return value.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
1140}
1141
1142function removeRequiredAnyDefaultsForPython(
1143 code: string,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…