sS urlWithoutQueryAndAnchor(S url) { ret takeFirst(url, min(smartIndexOf(url, "?"), smartIndexOf(url, "#"))); }