Searched refs:URL_RE (Results 1 – 1 of 1) sorted by relevance
38 URL_RE = re.compile(r"\s*https?://\S*\s*$") variable120 if URL_RE.match(config_line):