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