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