Searched refs:URL_ONLY (Results 1 – 1 of 1) sorted by relevance
156 URL_ONLY = re.compile(r"^(http|https|git)://\S*$") variable in HelpText179 if self.URL_ONLY.match(text.strip()):