Home
last modified time | relevance | path

Searched refs:endtagfind (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/html/
Dparser.py58 endtagfind = re.compile(r'</\s*([a-zA-Z][-.a-zA-Z0-9:_]*)\s*>') variable
392 match = endtagfind.match(rawdata, i) # </ + tag + >