Searched refs:ARRAY_KEY_REGEX (Results 1 – 1 of 1) sorted by relevance
28 static readonly ARRAY_KEY_REGEX = new RegExp('(.+)\\[(\\d+)\\]'); property in ObjectUtils77 const match = ObjectUtils.ARRAY_KEY_REGEX.exec(rawKey);