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

Function strMatch

src/common/strings.ts:113–114  ·  view source on GitHub ↗
(str: string | undefined, regex: RegExp)

Source from the content-addressed store, hash-verified

111 str.endsWith(suffix);
112
113export const strMatch = (str: string | undefined, regex: RegExp) =>
114 str?.match(regex);
115
116export const strSplit = (
117 str: string,

Callers 6

addPersisterListenerFunction · 0.90
createPayloadReceiverFunction · 0.90
createPayloadsFunction · 0.90
getPathIdFunction · 0.90
index.tsFile · 0.90
index.tsFile · 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…