MCPcopy Index your code
hub / github.com/callstack/agent-device / escapeRegex

Function escapeRegex

src/daemon/runtime-hints.ts:266–268  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

264}
265
266function escapeRegex(value: string): string {
267 return value.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
268}
269
270function escapeXmlText(value: string): string {
271 return value

Callers 1

removeAndroidPrefEntryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…