MCPcopy
hub / github.com/firecow/gitlab-ci-local / RegExpMatchAll

Interface RegExpMatchAll

src/global.ts:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10interface RegExpMatchAll extends Array<string | null> {
11 index?: number;
12 input?: string;
13 groups: Record<string, string> | undefined;
14}
15
16String.prototype.matchRE2JS = function (o: RE2JS): Array<string> | null {
17 let results: string[] | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected