Searched refs:groupsMatch (Results 1 – 1 of 1) sorted by relevance
284 const groupsMatch = match[0]; constant286 for (const group of groupsMatch.matchAll(CAPTURE_GROUP_REGEX)) {287 extrapolateGroupRoutes(route.replace(groupsMatch, `(${group[1].trim()})`), routes);