Returns whether the input matches the URL regex.
static bool isURL(String input) { return matches(regexUrl, input); }