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