MCPcopy Create free account
hub / github.com/donghaxkim/react-rewrite / escapeRegex

Function escapeRegex

packages/cli/src/batch-transform.ts:1084–1086  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

1082// ── Duplicate element helpers ───────────────────────────────────────────
1083
1084function escapeRegex(s: string): string {
1085 return s.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
1086}
1087
1088function getLiteralAttributeValue(attrValue: any): string | null {
1089 if (!attrValue) return null;

Callers 1

deduplicateKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected