Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
Dihatexml.py183 nonPubidCharRegexp = re.compile("[^\x20\x0D\x0Aa-zA-Z0-9\-\'()+,./:=?;!*#@$_%]") variable
240 for char in nonPubidCharRegexp.findall(data):