MCPcopy Index your code
hub / github.com/Lobos/react-ui / getQueryStringValueFromPath

Function getQueryStringValueFromPath

docs/lib/ReactRouter.js:2376–2379  ·  view source on GitHub ↗
(path, key)

Source from the content-addressed store, hash-verified

2374 }
2375
2376 function getQueryStringValueFromPath(path, key) {
2377 var match = path.match(new RegExp('\\?.*?\\b' + key + '=(.+?)\\b'));
2378 return match && match[1];
2379 }
2380
2381 var DefaultQueryKey = '_k';
2382

Callers 1

getCurrentLocationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…