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