MCPcopy Index your code
hub / github.com/tinyplex/tinybase / strReplace

Function strReplace

src/common/strings.ts:122–126  ·  view source on GitHub ↗
(
  str: string,
  searchValue: string | RegExp,
  replaceValue: string,
)

Source from the content-addressed store, hash-verified

120): string[] => str.split(separator, limit);
121
122export const strReplace = (
123 str: string,
124 searchValue: string | RegExp,
125 replaceValue: string,
126): string => str.replace(searchValue, replaceValue);

Callers 3

escapeIdFunction · 0.90
getWhereConditionFunction · 0.90
whenFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…