static S wikipedia_getRedirect(S raw) { raw = trim(raw); S p = "#REDIRECT"; if (swic(raw, p) && endsWith(raw, "]]")) ret dropPrefix("[[", trim(dropPrefixIgnoreCase(p, dropSuffix("]]", raw))); null; }