Home
last modified time | relevance | path

Searched refs:queryStringMatchResult (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-linking/build/
H A DcreateURL.js87 const queryStringMatchResult = hostUri.match(/(.*)\?(.+)/);
88 if (queryStringMatchResult) {
89 hostUri = queryStringMatchResult[1];
90 queryString = queryStringMatchResult[2];
H A DcreateURL.js.map1queryStringMatchResult = hostUri.match(/(.*)\\?(.+)/);\n if (queryStringMatchResult) {\n hostU…
/expo/packages/expo-linking/src/
H A DcreateURL.ts102 const queryStringMatchResult = hostUri.match(/(.*)\?(.+)/); constant
103 if (queryStringMatchResult) {
104 hostUri = queryStringMatchResult[1];
105 queryString = queryStringMatchResult[2];