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