Home
last modified time | relevance | path

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

/expo/packages/expo-linking/build/
H A DcreateURL.js28 function removePort(url) { function
125 const hostUriStripped = removePort(removeTrailingSlashAndQueryString(hostUri));
H A DcreateURL.js.map1removePort(url: string): string {\n return url.replace(/(?=([a-zA-Z0-9+.-]+:\\/\\/)?[^/]):\\d+/, …
/expo/packages/expo-linking/src/
H A DcreateURL.ts34 function removePort(url: string): string { function
147 const hostUriStripped = removePort(removeTrailingSlashAndQueryString(hostUri));