MCPcopy Create free account
hub / github.com/Belphemur/node-json-db / arrayRegex

Function arrayRegex

src/lib/ArrayInfo.ts:4–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { KeyValue } from './Utils'
3
4export const arrayRegex = () =>
5 /^([\u0080-\uFFFF.0-9a-zA-Z_$%-][\u0080-\uFFFF0-9a-zA-Z_$%.%-]*)\[((?!(\]|\[)).*|)\]$/gm
6
7const regexCache = {} as KeyValue
8

Callers 2

01-utils.test.tsFile · 0.90
processArrayMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…