Home
last modified time | relevance | path

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

/expo/packages/expo-linking/build/
H A DcreateURL.js34 function removeTrailingSlashAndQueryString(url) { function
125 const hostUriStripped = removePort(removeTrailingSlashAndQueryString(hostUri));
H A DcreateURL.js.map1removeTrailingSlashAndQueryString(url: string): string {\n return url.replace(/\\/?\\?.*$/, '');\…
/expo/packages/expo-linking/src/
H A DcreateURL.ts42 function removeTrailingSlashAndQueryString(url: string): string { function
147 const hostUriStripped = removePort(removeTrailingSlashAndQueryString(hostUri));