static boolean isURL(S s) { return s.startsWith("http://") || s.startsWith("https://"); }