Searched refs:anchorIndex (Results 1 – 1 of 1) sorted by relevance
305 int anchorIndex = url.indexOf('#'); in stripAnchor() local306 if (anchorIndex != -1) { in stripAnchor()307 return url.substring(0, anchorIndex); in stripAnchor()