MCPcopy
hub / github.com/QwikDev/partytown / replace

Function replace

tests/integrations/mermaid/mermaid.js:168244–168246  ·  view source on GitHub ↗

* @param {string} value * @param {(string|RegExp)} pattern * @param {string} replacement * @return {string}

(value, pattern, replacement)

Source from the content-addressed store, hash-verified

168242 * @return {string}
168243 */
168244 function replace(value, pattern, replacement) {
168245 return value.replace(pattern, replacement);
168246 }
168247
168248 /**
168249 * @param {string} value

Callers

nothing calls this directly

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…