Searched refs:_contains_disallowed_url_pchar_re (Results 1 – 1 of 1) sorted by relevance
147 _contains_disallowed_url_pchar_re = re.compile('[\x00-\x20\x7f]') variable1225 match = _contains_disallowed_url_pchar_re.search(url)1233 match = _contains_disallowed_url_pchar_re.search(host)